We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f3124 commit 31eb070Copy full SHA for 31eb070
setup.cfg
@@ -0,0 +1,2 @@
1
+[nosetests]
2
+ignore-files = run_system_test\.py
tox.ini
@@ -6,7 +6,7 @@ envlist =
6
install_command =
7
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}
8
commands =
9
- nosetests --ignore-files=run_system_test\.py
+ nosetests
10
deps =
11
nose
12
unittest2
0 commit comments