Skip to content

Commit

Permalink
Travis CI: Update environment, remove Python 2.7 & add 3.8
Browse files Browse the repository at this point in the history
Merge pull request #874 from EwoutH/travis-ci
  • Loading branch information
natowi authored May 5, 2020
2 parents 2f75e73 + 80d028e commit 665f0b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: python

dist: xenial # required for Python >= 3.7
dist: bionic

python:
- "2.7"
- "3.6"
- "3.7"

- "3.8"

install:
- "pip install -r requirements.txt -r dev_requirements.txt --timeout 45"
- pip install flake8
Expand Down

0 comments on commit 665f0b8

Please sign in to comment.