Skip to content

Commit

Permalink
Merge pull request #180 from ioggstream/remove-old-py
Browse files Browse the repository at this point in the history
Align python version with sanic
  • Loading branch information
chenjr0719 committed Jun 22, 2020
2 parents 67aaf34 + c5d8959 commit 50c285b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,11 +4,11 @@ cache:
- pip
matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
install:
- pip install tox-travis
- pip install codecov
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,12 +1,12 @@
[tox]
envlist = py35-sanic{lts, 19.03.1}, {py36, py37}-sanic{lts, 19.03.1, 19.06.0, 19.09.0}, check
envlist = {py36,py37,py38}-sanic{lts, 19.03.1, 19.06.0, 19.09.0, 20.03.0}, check


[travis]
python =
3.5: py35
3.6: py36, check
3.7: py37
3.8: py38


[testenv]
Expand Down

0 comments on commit 50c285b

Please sign in to comment.