=
commited on
Commit
·
105173e
1
Parent(s):
09ff866
tests for different versions
Browse files
tox.ini
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[tox]
|
2 |
-
envlist = py35, py36, py37, py38, flake8
|
3 |
|
4 |
[travis]
|
5 |
python =
|
@@ -7,6 +7,12 @@ python =
|
|
7 |
3.7: py37
|
8 |
3.6: py36
|
9 |
3.5: py35
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
[testenv:flake8]
|
12 |
basepython = python
|
@@ -20,7 +26,7 @@ deps =
|
|
20 |
-r{toxinidir}/requirements_dev.txt
|
21 |
; If you want to make tox run the tests with the same versions, create a
|
22 |
; requirements.txt with the pinned versions and uncomment the following line:
|
23 |
-
|
24 |
commands =
|
25 |
pip install -U pip
|
26 |
pytest --basetemp={envtmpdir}
|
|
|
1 |
[tox]
|
2 |
+
envlist = py27, py30, py31, py32, py33, py34, py35, py36, py37, py38, flake8
|
3 |
|
4 |
[travis]
|
5 |
python =
|
|
|
7 |
3.7: py37
|
8 |
3.6: py36
|
9 |
3.5: py35
|
10 |
+
3.4: py34
|
11 |
+
3.3: py33
|
12 |
+
3.2: py32
|
13 |
+
3.1: py31
|
14 |
+
3.0: py30
|
15 |
+
2.7: py27
|
16 |
|
17 |
[testenv:flake8]
|
18 |
basepython = python
|
|
|
26 |
-r{toxinidir}/requirements_dev.txt
|
27 |
; If you want to make tox run the tests with the same versions, create a
|
28 |
; requirements.txt with the pinned versions and uncomment the following line:
|
29 |
+
-r{toxinidir}/requirements.txt
|
30 |
commands =
|
31 |
pip install -U pip
|
32 |
pytest --basetemp={envtmpdir}
|