Browse Source

Fix: remove python 3.7(not exists on travis-ci)

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
5ba4e9a67b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .travis.yml

+ 0
- 1
.travis.yml View File

@@ -6,7 +6,6 @@ cache:
python:
- "3.5"
- "3.6"
- "3.7.4"
install:
- pip install pipenv && pipenv install --dev --system
script:


Loading…
Cancel
Save