Skip to content

Commit 67e0200

Browse files
committed
Dependancy matrix improved.
1 parent b1c7857 commit 67e0200

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

requirements/test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ mock
22
pylint
33
pytest-cov
44
pytest-pep8
5-
pytest-xdist

tox.ini

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
22
envlist =
3-
py{36,35,34,33,27,26}-pytest{30,29,28,27,26}
4-
pypy-pytest{30,29,28,27,26}
3+
py{36,35}-pytest{31,30,29,28,27}
4+
py{34,33,27,26}-pytest{31,30,29,28,27,26}
5+
pypy-pytest{31,30,29,28,27,26}
56

67

78
[pytest]
@@ -16,10 +17,14 @@ usedevelop = True
1617
deps =
1718
-rrequirements/main.txt
1819
-rrequirements/test.txt
19-
pytest23: pytest>=2.3,<2.4
20-
pytest24: pytest>=2.4,<2.5
21-
pytest25: pytest>=2.5,<2.6
2220
pytest26: pytest>=2.6,<2.7
21+
pytest27: pytest>=2.7,<2.8
22+
pytest28: pytest>=2.8,<2.9
23+
pytest29: pytest>=2.9,<3.0
24+
pytest30: pytest>=3.0,<3.1
25+
pytest31: pytest>=3.1,<3.2
26+
pytest26: pytest-xdist<1.16.0
27+
pytest{31,30,29,28,27}: pytest-xdist
2328

2429
passenv = HOME LANG LC_ALL
2530

@@ -46,9 +51,9 @@ whitelist_externals =
4651

4752

4853
[tox:travis]
49-
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}
54+
2.6 = py26-pytest{31,30,29,28,27,26}
55+
2.7 = py27-pytest{31,30,29,28,27,26}
56+
3.3 = py33-pytest{31,30,29,28,27,26}
57+
3.4 = py34-pytest{31,30,29,28,27,26}
58+
3.5 = py35-pytest{31,30,29,28,27}
59+
3.6 = py36-pytest{31,30,29,28,27}

0 commit comments

Comments
 (0)