syntax error

This commit is contained in:
Luke Campagnola 2014-03-25 23:31:31 -04:00
parent 250eabdb34
commit 4b3e3ee04a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ install:
travis_retry sudo apt-get -qq -y install python-numpy &&
sudo pip install pytest &&
sudo pip install flake8;
export PYTEST=py.test
export PYTEST=py.test;
else
travis_retry sudo apt-get -qq -y install python3-numpy &&
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&