Skip to content

Commit

Permalink
Fix oops Python3.8 not released yet
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Sep 22, 2019
1 parent fce391a commit a070af9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ python:
- 2.7
- 3.6
- 3.7
- 3.8

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37,py38,flake8
envlist = py27,py36,py37,flake8

[testenv]
commands=python setup.py test
Expand Down

0 comments on commit a070af9

Please sign in to comment.