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:
parent
ad287d3434
commit
d8f622d438
@ -1,15 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "sudo add-apt-repository ppa:gns3/ppa -y"
|
- "sudo add-apt-repository ppa:gns3/ppa -y"
|
||||||
- "sudo apt-get update -q"
|
- "sudo apt-get update -q"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt --use-mirrors"
|
|
||||||
- "pip install tox"
|
- "pip install tox"
|
||||||
- "sudo apt-get install vpcs dynamips"
|
- "sudo apt-get install vpcs dynamips"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user