correct py.test command for py3

This commit is contained in:
Luke Campagnola 2014-03-26 00:16:04 -04:00
parent e2b02fbcbd
commit 51995488cc
1 changed files with 1 additions and 5 deletions

View File

@ -50,11 +50,7 @@ install:
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
sudo pip3.2 install pytest &&
sudo pip3.2 install flake8;
which py.test;
which py.test3;
which py.test-3;
which py.test3.2;
which py.test-3.2;
export PYTEST=py.test-3.2;
fi;
# Qt