gns3-server/.travis.yml

13 lines
186 B
YAML
Raw Normal View History

2013-10-05 02:45:15 +03:00
language: python
2015-01-19 12:51:39 +02:00
python:
2017-02-20 11:56:48 +02:00
- '3.4'
- '3.5'
2017-02-20 11:56:48 +02:00
- '3.6'
sudo: false
cache: pip
2013-10-05 02:45:15 +03:00
install:
2015-09-04 10:05:44 +03:00
- python setup.py install
- pip install -rdev-requirements.txt
script:
2017-01-17 19:58:43 +02:00
- py.test -v -s tests