Feature: Add python 3.7 and 3.8 and remove tests for 3.4

This commit is contained in:
winkidney
2019-12-04 00:12:01 +08:00
committed by Isaac Bythewood
parent 19f0297186
commit 2d7862233e

View File

@@ -4,9 +4,10 @@ language: python
cache:
pip: true
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install pipenv && pipenv install --dev --system
script: