Skip to content

Commit

Permalink
Once again, modified tox ini to work with travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Nov 2, 2016
1 parent 1040b5c commit d7f80ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
@@ -1,4 +1,5 @@
[tox]
skipsdist = True
envlist={py27,py33,py34,pypy}-django18,{py27,py34,py35,pypy}-django{19,110}

[tox:travis]
Expand All @@ -9,8 +10,8 @@ envlist={py27,py33,py34,pypy}-django18,{py27,py34,py35,pypy}-django{19,110}
pypy = pypy

[testenv]
skipsdist = True
usedevelop = True
skip_install = True
setenv = PYTHONPATH={toxinidir}
deps =
.[tests]
django18: Django>=1.8,<1.9
Expand Down

0 comments on commit d7f80ec

Please sign in to comment.