Skip to content

Commit

Permalink
Merge pull request #377 from KineticTheory/fix_travis
Browse files Browse the repository at this point in the history
WIP: Try to fix pip upgrade failure in Travis.
  • Loading branch information
jhchang-lanl authored Mar 20, 2018
2 parents 2f39add + 88d70b2 commit 22351be
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 @@ -40,7 +40,7 @@ addons:

before_install:
- mkdir -p ${VENDOR_DIR}/bin & export PATH=${VENDOR_DIR}/bin:$PATH
- pip install --upgrade pip
- pip install --upgrade --user pip
# - pip install --upgrade setuptools
- if [[ ${COVERAGE} ]]; then pip install --user codecov; fi

Expand Down

0 comments on commit 22351be

Please sign in to comment.