Skip to content

Commit

Permalink
again travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokinCaterpillar committed Oct 10, 2016
1 parent b908c73 commit 2846344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -55,7 +55,7 @@ install:
- echo "+++++++++++ Installing PyTables $TABLES_VERSION +++++++++++++"
- if [[ $NEWEST == TRUE ]]; then travis_retry conda install pytables; else travis_retry conda install pytables=$TABLES_VERSION; fi
- echo "+++++++++++ Installing pandas $PANDAS_VERSION +++++++++++++"
- if [[ $NEWEST == TRUE ]]; then travis_retry conda install pandas; else travis_retry pip install pandas==$PANDAS_VERSION; fi
- if [[ $NEWEST == TRUE ]]; then travis_retry conda install pandas; else travis_retry conda install pandas=$PANDAS_VERSION; fi
- echo "+++++++++++ Installing Brian2 of NOT Python 2.6 +++++++++++"
- travis_retry pip install brian2
- echo "+++++++++++ Installing psutil +++++++++++"
Expand Down

0 comments on commit 2846344

Please sign in to comment.