1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 01:48:59 +00:00
gns3-server/.travis.yml

13 lines
186 B
YAML
Raw Normal View History

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