From 7ce17cc48f15ced662cd41fe0ba43f95c0a9d1c9 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 16 Dec 2015 14:46:26 +0100 Subject: [PATCH] Install dependencies before setup.py install This fix issues with aiohttp recent versions not supported on Python 3.4.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f52a902e..a883f74b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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