mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 01:20:58 +00:00
Install dependencies before setup.py install
This fix issues with aiohttp recent versions not supported on Python 3.4.0
This commit is contained in:
parent
a2f0745e81
commit
7ce17cc48f
@ -9,8 +9,8 @@ before_install:
|
|||||||
- sudo apt-get install dynamips
|
- sudo apt-get install dynamips
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
|
||||||
- pip install -rdev-requirements.txt
|
- pip install -rdev-requirements.txt
|
||||||
|
- python setup.py install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- py.test -v -s tests --cov gns3server --cov-report term-missing
|
- py.test -v -s tests --cov gns3server --cov-report term-missing
|
||||||
|
Loading…
Reference in New Issue
Block a user