Install dependencies before setup.py install

This fix issues with aiohttp recent versions not supported
on Python 3.4.0
pull/393/head
Julien Duponchelle 9 years ago
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…
Cancel
Save