We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f168d commit 39efc37Copy full SHA for 39efc37
2 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
python:
3
# - "2.7" <- Unsupported, uses 2.7.9 ?
4
- - "3.6"
+ - "3.8"
5
# PyPy versions
6
# - "pypy" # PyPy2 2.5.0
7
# - "pypy3" # Pypy3 2.4.0
tox.ini
@@ -38,7 +38,7 @@ commands = flake8
38
39
[travis]
40
python =
41
- 3.6: py36, flake8
+ 3.8: py38, flake8
42
43
[pytest]
44
norecursedirs = test_*tmp runtime
0 commit comments