Skip to content

Commit a070af9

Browse files
committed
Fix oops Python3.8 not released yet
1 parent fce391a commit a070af9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ python:
99
- 2.7
1010
- 3.6
1111
- 3.7
12-
- 3.8
1312

1413
env:
1514
global:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py36,py37,py38,flake8
2+
envlist = py27,py36,py37,flake8
33

44
[testenv]
55
commands=python setup.py test

0 commit comments

Comments
 (0)