Commit fa14f730 by fwkz

Changing way of triggering tests in tox and travis config.

parent 090b55e0
......@@ -6,4 +6,4 @@ install:
- "pip install -r requirements.txt"
- "pip install pexpect"
script: "python -m unittest discover -s routersploit/test"
\ No newline at end of file
script: "python -m unittest discover"
\ No newline at end of file
......@@ -8,4 +8,4 @@ deps =
pexpect
-r{toxinidir}/requirements.txt
commands=python -m unittest discover -s routersploit/test
commands=python -m unittest discover
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment