Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
percurnicus committed Jun 28, 2017
1 parent c4b071b commit 0f23010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install -r requirements2.txt
pip install -r requirements2.txt;
else
pip install -r requirements3.txt
pip install -r requirements3.txt;
fi
- get_mission_data
- conda list
Expand Down

0 comments on commit 0f23010

Please sign in to comment.