Skip to content
Snippets Groups Projects
Commit 31188407 authored by ulif's avatar ulif
Browse files

Recreate envs in tox runs.

parent 579524cb
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
envlist = flake8, pypy, py26, py27, py32, py33, py34 envlist = flake8, pypy, py26, py27, py32, py33, py34
[testenv] [testenv]
recreate=True
deps=pytest deps=pytest
commands=python setup.py dev commands=python setup.py dev
python setup.py test python setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment