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 94ccd92 commit ddc44e0Copy full SHA for ddc44e0
.travis.yml
@@ -1,9 +1,8 @@
1
language: python
2
python:
3
- - 2.7
4
- - 3.3
5
- - 3.4
6
- - 3.5
+ - 3.6
+ - 3.7
+ - 3.8
7
- pypy
8
9
install:
tox.ini
@@ -1,10 +1,9 @@
[tox]
skipsdist = True
envlist =
- py27,
- py33,
- py34,
- py35
+ py36,
+ py37,
+ py38
[testenv]
10
deps=
0 commit comments