From 90bd869fdf41136ed9a5a4289cb5754b32687e16 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Fri, 3 Jan 2014 11:44:33 +0100 Subject: [PATCH] fix venv version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ce7dcb8..3ed29fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python # command to install dependencies install: + - pip install virtualenv==1.10 - pip install python-coveralls # # command to run tests script: python setup.py test