Skip to content

Commit

Permalink
Removed Python 3.5 from supported list and added Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Nov 25, 2020
1 parent b987433 commit 9301dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: python
matrix:
include:
- os: linux
python: 3.5
env: TOXENV=py35
- os: linux
python: 3.6
env: TOXENV=py36
- os: linux
python: 3.7
env: TOXENV=py37
- os: linux
python: 3.8
env: TOXENV=py38

before_install: |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
Expand Down

0 comments on commit 9301dbb

Please sign in to comment.