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:
Julien Duponchelle 2015-12-16 14:46:26 +01:00
parent a2f0745e81
commit 7ce17cc48f

View File

@ -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