Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thearn committed Feb 28, 2014
1 parent b6fad9f commit 31c9714
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ install:
- sudo apt-get update # needed for python3-numpy
- sudo apt-get install $PYTHON-dev
- sudo apt-get install $PYTHON-numpy
- sudo apt-get install $PYTHON-scipy
- sudo apt-get install $PYTHON-setuptools
- sudo apt-get install $PYTHON-nose
- sudo easy_install$PYSUF pip
- sudo pip install Pillow
- if [[ $PYVER == '2.7' ]]; then sudo apt-get install $PYTHON-matplotlib; fi
- if [[ $PYVER == '3.2' ]]; then sudo pip-$PYVER install git+git://github.com/matplotlib/matplotlib.git@v1.2.x; fi
- if [[ $PYVER == '3.2' ]]; then sudo pip3 install matplotlib; fi

script:
# Change into an innocuous directory and find tests from installation
Expand All @@ -25,4 +23,4 @@ script:
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"
- "cd game-of-life"
- if [[ $PYVER == '2.7' ]]; then nosetests-2.7; fi
- if [[ $PYVER == '3.2' ]]; then nosetests-3.2; fi
- if [[ $PYVER == '3.2' ]]; then nosetests-3.2; fi

0 comments on commit 31c9714

Please sign in to comment.