revert not installing requirements outside of tox

pull/27/head
Daniel Lintott 10 years ago
parent d8f622d438
commit a4bc96af28

@ -5,6 +5,7 @@ before_install:
- "sudo apt-get update -q"
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install tox"
- "sudo apt-get install vpcs dynamips"

Loading…
Cancel
Save