Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into draco-6_24_0
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Mar 20, 2018
2 parents 71a8f54 + 22351be commit 99bfd69
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 99bfd69

Please sign in to comment.