Skip to content

Commit

Permalink
Remove python 3.6 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferndot committed Apr 7, 2020
1 parent bee9b3c commit b3e4e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: linux
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.8"

jobs:
include:
- stage: test
python: "3.7"
install: pip install tox-travis
script: tox
- python: "3.8"
install: pip install tox-travis
script: tox
- stage: deploy
Expand Down

0 comments on commit b3e4e2b

Please sign in to comment.