Skip to content

Commit

Permalink
CI: remove python 2.7 testing; add python 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
klauer committed May 27, 2020
1 parent e28b5d6 commit 32894ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# https://docs.travis-ci.com/user/customizing-the-build#The-Build-Lifecycle
# https://docs.travis-ci.com/user/languages/python


dist: xenial # required for Python >= 3.7
dist: bionic # required for python >= 3.8
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
# - "nightly"

before_script:
Expand Down

0 comments on commit 32894ec

Please sign in to comment.