From 59fc75087c9cd23b0492567d9936dbb6233c7eb6 Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Thu, 24 Jul 2014 18:30:05 +0200 Subject: [PATCH] upgrade py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 181f027..e51caf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python # command to install dependencies install: - pip install python-coveralls - - pip install -U virtualenv + - pip install -U virtualenv py # # command to run tests script: python setup.py test after_success: