From d8f622d438b1b4550dc98b1e4be19ceed3233e4e Mon Sep 17 00:00:00 2001 From: Daniel Lintott Date: Fri, 8 Aug 2014 19:15:26 +0100 Subject: [PATCH] Streamline TravisCI build + As we use Tox there's no need to run seperate builds for python3.3 and python3.4 + There's no need to install the requirements in main environment as all dependencies are handled in the Tox virtualenv's --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b52cdc35..baf4ca1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,10 @@ language: python -python: - - "3.3" - - "3.4" - before_install: - "sudo add-apt-repository ppa:gns3/ppa -y" - "sudo apt-get update -q" install: - - "pip install -r requirements.txt --use-mirrors" - "pip install tox" - "sudo apt-get install vpcs dynamips"