mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-30 21:03:49 +02:00
Cleanup travis build
This commit is contained in:
parent
9e5a2fcc42
commit
2c3b0061a2
17
.travis.yml
17
.travis.yml
@ -1,19 +1,14 @@
|
|||||||
language: python
|
language: python
|
||||||
|
python:
|
||||||
env:
|
- "3.3"
|
||||||
- TOX_ENV=py33
|
- "3.4"
|
||||||
- TOX_ENV=py34
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- sudo add-apt-repository ppa:gns3/ppa -y
|
|
||||||
- sudo apt-get update -q
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- python setup.py install
|
||||||
- sudo apt-get install vpcs dynamips
|
- pip install -rdev-requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
- py.test -v -s tests
|
||||||
|
|
||||||
#branches:
|
#branches:
|
||||||
# only:
|
# only:
|
||||||
|
Loading…
Reference in New Issue
Block a user