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
 - Updates the build environment from Ubuntu 16.04 Xenial to Ubuntu 18.04 Bionic
 - Removes Python 2.7 from the build matrix (since support has ended)
 - Adds Python 3.8 to the build matrix
  • Loading branch information
EwoutH authored Apr 29, 2020
1 parent 2f75e73 commit 80d028e
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 80d028e

Please sign in to comment.