mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-18 20:37:57 +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
|
||||
|
||||
install:
|
||||
- python setup.py install
|
||||
- pip install -rdev-requirements.txt
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
- py.test -v -s tests --cov gns3server --cov-report term-missing
|
||||
|
Loading…
Reference in New Issue
Block a user