1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

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
This commit is contained in:
Daniel Lintott 2014-08-08 19:15:26 +01:00
parent ad287d3434
commit d8f622d438

View File

@ -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"