Skip to content

Commit

Permalink
CI: Upgrade pip and packages. --user #17
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Apr 23, 2018
1 parent 7e87ac0 commit 05b7245
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 @@ -49,7 +49,7 @@ install:
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gcc || brew link --overwrite gcc; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip3 install --upgrade pip setuptools wheel; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip3 install --user --upgrade pip setuptools wheel; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export F77=gfortran; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pyenv versions; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pyenv shell 2.7 3.6; fi
Expand Down

0 comments on commit 05b7245

Please sign in to comment.