correct py.test command for py3
This commit is contained in:
parent
e2b02fbcbd
commit
51995488cc
@ -50,11 +50,7 @@ install:
|
|||||||
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
||||||
sudo pip3.2 install pytest &&
|
sudo pip3.2 install pytest &&
|
||||||
sudo pip3.2 install flake8;
|
sudo pip3.2 install flake8;
|
||||||
which py.test;
|
export PYTEST=py.test-3.2;
|
||||||
which py.test3;
|
|
||||||
which py.test-3;
|
|
||||||
which py.test3.2;
|
|
||||||
which py.test-3.2;
|
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user