Skip to content

Commit a1d2d96

Browse files
committed
Simplyfing build matrix
1 parent 3915980 commit a1d2d96

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: tox.ini

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19,pyramid,tornado},
3-
py{27,34,35,py2}-flask
2+
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19}
43

54
[testenv]
65
basepython =
@@ -13,11 +12,11 @@ basepython =
1312
deps =
1413
pytest
1514
pytest-cov
15+
py{27,34,35,py2}: Flask
16+
Pyramid
17+
tornado
1618
dj18: Django>=1.8,<1.9
1719
dj19: Django>=1.9,<1.10
18-
flask: Flask
19-
pyramid: Pyramid
20-
tornado: tornado
2120
commands =
2221
py.test --cov=restless
2322

0 commit comments

Comments
 (0)