Skip to content

Commit

Permalink
Fix .travis.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Kuznetsova committed Jul 1, 2014
1 parent 9f9ec95 commit 06f0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
- conda create --yes -n test_env python=$TRAVIS_PYTHON_VERSION pip nose mock numpy pandas scipy netCDF4
- source activate test_env
# install unittest2 ONLY if running 2.6
- if [ ${TRAVIS_PYTHON_VERSION:0:2} == "2.6" ]; then pip install unittest2; fi
- if [ ${TRAVIS_PYTHON_VERSION:0:3} == "2.6" ]; then pip install unittest2; fi
- echo $UPDATE_PYENV; $UPDATE_PYENV
- python setup.py install
# Run test
Expand Down

0 comments on commit 06f0e01

Please sign in to comment.