Skip to content

Commit

Permalink
Validated test with Tox for Python 2.7, Python 3.5 and Django>=1.8,<=1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Feb 1, 2017
1 parent b6903bf commit 62be1db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@

[tox]
envlist = py27-django16, py27-django17, py27-django18, py27-django19
envlist = py27-django18, py27-django19, py35-django18, py35-django19

[testenv]
# changedir = project_test
# Get the right django version following the current env
deps =
py27-django16: Django>=1.6,<1.7
py27-django17: Django>=1.7,<1.8
py27-django18: Django>=1.8,<1.9
py27-django19: Django>=1.9,<1.10
py27-django110: Django>=1.10,<1.11
py35-django18: Django>=1.8,<1.9
py35-django19: Django>=1.9,<1.10

commands =
pip install -r requirements/tests.txt
Expand Down

0 comments on commit 62be1db

Please sign in to comment.