- commit
- 0edacce726923b7bb7ed53e639fc1c7d9feddc4f
- parent
- d68e2831a7a405309f5f419b919da1512f2dbd40
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-11 09:30
run only tests from tests/ with tox this fixes an ImportError
Diffstat
| M | tox.ini | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
@@ -9,7 +9,7 @@ envlist = py26, py27 9 9 [testenv] 10 10 commands = 11 11 flake812 -1 nosetests-1 12 nosetests -w tests 13 13 deps = 14 14 flake8 15 15 nose