- commit
- 02047fd2e4660a37e4e908a7ede8965d68104529
- parent
- 1a327fc5db4e43735006d7a6b647fcc34f8f3e68
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-12 15:53
do not import all modules on test
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