Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Mar 11, 2014
1 parent 8f27304 commit 0819976
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 @@ -19,7 +19,7 @@ before_install:
install:
- export PYTHONIOENCODING=UTF8 # just in case
#- pip install --upgrade "numpy==$NUMPY_VERSION" --use-mirrors
- pip install -q --upgrade "Cython==$CYTHON_VERSION$"
- pip install -q --upgrade "Cython==$CYTHON_VERSION"
- pip install -q --upgrade "pandas==$PANDAS_VERSION"
- pip install -q "astropy==$ASTROPY_VERSION"
- pip install -q coveralls
Expand Down

0 comments on commit 0819976

Please sign in to comment.