Signed-off-by: Fumihiko Kakuma <[email protected]>
---
tox.ini | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/tox.ini b/tox.ini
index ae9fd33..85a3a06 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,9 +10,22 @@ usedevelop = True
passenv= NOSE_VERBOSE
commands =
coverage run --source=ryu ryu/tests/run_tests.py '{posargs}'
+
+[testenv:scenario]
+commands =
bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
python ryu/tests/integrated/run_test.py
+[testenv:py27]
+commands =
+ {[testenv]commands}
+ {[testenv:scenario]commands}
+
+[testenv:py34]
+commands =
+ {[testenv]commands}
+ {[testenv:scenario]commands}
+
[testenv:pep8]
commands =
pep8
--
1.9.1
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel