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 14d49df commit f8c8768Copy full SHA for f8c8768
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
envlist =
3
- py{36,35,34,33,27,26}-pytest{30,29,28,27,26,25,24,23}
4
- pypy-pytest{30,29,28,27,26,25,24,23}
+ py{36,35,34,33,27,26}-pytest{30,29,28,27,26}
+ pypy-pytest{30,29,28,27,26}
5
6
7
[pytest]
@@ -20,10 +20,6 @@ deps =
20
pytest24: pytest>=2.4,<2.5
21
pytest25: pytest>=2.5,<2.6
22
pytest26: pytest>=2.6,<2.7
23
- pytest27: pytest>=2.7,<2.8
24
- pytest28: pytest>=2.8,<2.9
25
- pytest29: pytest>=2.9,<3.0
26
- pytest30: pytest>=3.0,<3.1
27
28
passenv = HOME LANG LC_ALL
29
@@ -47,3 +43,12 @@ commands =
47
43
48
44
whitelist_externals =
49
45
/usr/bin/make
46
+
+[tox:travis]
+2.6 = py26-pytest{30,29,28,27,26}
50
+2.7 = py27-pytest{30,29,28,27,26}
51
+3.3 = py33-pytest{30,29,28,27,26}
52
+3.4 = py34-pytest{30,29,28,27,26}
53
+3.5 = py35-pytest{30,29,28,27,26}
54
+3.6 = py36-pytest{30,29,28,27,26}
0 commit comments