Skip to content

Commit

Permalink
Simplyfing build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElSaico committed Jun 28, 2016
1 parent 3915980 commit a1d2d96
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19,pyramid,tornado},
py{27,34,35,py2}-flask
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19}

[testenv]
basepython =
Expand All @@ -13,11 +12,11 @@ basepython =
deps =
pytest
pytest-cov
py{27,34,35,py2}: Flask
Pyramid
tornado
dj18: Django>=1.8,<1.9
dj19: Django>=1.9,<1.10
flask: Flask
pyramid: Pyramid
tornado: tornado
commands =
py.test --cov=restless

Expand Down

0 comments on commit a1d2d96

Please sign in to comment.