Streamline TravisCI build

+ As we use Tox there's no need to run seperate builds for
   python3.3 and python3.4
 + There's no need to install the requirements in main
   environment as all dependencies are handled in the Tox
   virtualenv's
pull/27/head
Daniel Lintott 10 years ago
parent ad287d3434
commit d8f622d438

@ -1,15 +1,10 @@
language: python
python:
- "3.3"
- "3.4"
before_install:
- "sudo add-apt-repository ppa:gns3/ppa -y"
- "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