summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-11-23 03:40:47 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-11-23 03:40:47 +0000
commit67dc37de329f6c3377a8efff67794c8a8db8391f (patch)
tree1aa6840b7bd06e45d938b15b10da039bd70a65f9
parentf54a0e37ad5be285de40d5b1fa87e93c4304cc35 (diff)
downloadpyeclib-67dc37de329f6c3377a8efff67794c8a8db8391f.tar.gz
tox related fixes for travis-ci
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3707fb5..082cf55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,6 @@ branches:
before_install:
- echo "deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- - sudo apt-get install -y liberasurecode-dev libffi-dev
+ - sudo apt-get install -y liberasurecode-dev libffi-dev python-setuptools
+ - sudo easy_install pip
+ - pip install tox