=
commited on
Commit
·
932a348
1
Parent(s):
b49c344
test on multiple py versions
Browse files- .travis.yml +0 -3
- tox.ini +1 -4
.travis.yml
CHANGED
@@ -7,9 +7,6 @@ python:
|
|
7 |
- 3.6
|
8 |
- 3.5
|
9 |
- 3.4
|
10 |
-
- 3
|
11 |
-
- 3.1
|
12 |
-
- 2.7
|
13 |
before_install:
|
14 |
- "pip install -U pip"
|
15 |
- "python setup.py install"
|
|
|
7 |
- 3.6
|
8 |
- 3.5
|
9 |
- 3.4
|
|
|
|
|
|
|
10 |
before_install:
|
11 |
- "pip install -U pip"
|
12 |
- "python setup.py install"
|
tox.ini
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[tox]
|
2 |
-
envlist =
|
3 |
|
4 |
[travis]
|
5 |
python =
|
@@ -8,9 +8,6 @@ python =
|
|
8 |
3.6: py36
|
9 |
3.5: py35
|
10 |
3.4: py34
|
11 |
-
3: py3
|
12 |
-
3.1: py31
|
13 |
-
2.7: py27
|
14 |
|
15 |
|
16 |
[testenv:flake8]
|
|
|
1 |
[tox]
|
2 |
+
envlist = py34, py35, py36, py37, py38, flake8
|
3 |
|
4 |
[travis]
|
5 |
python =
|
|
|
8 |
3.6: py36
|
9 |
3.5: py35
|
10 |
3.4: py34
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
[testenv:flake8]
|