Skip to content

Commit

Permalink
Workaround pypa/setuptools#1086.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Sep 18, 2017
1 parent 671ccfd commit edbe212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,7 @@ matrix:
- python: "3.6" # use latest ipython (via --upgrade).
env: IPYTHON_VERSION=
install:
- pip install --upgrade pytest pytest-cov codecov ipython"$IPYTHON_VERSION" $EXTRA_REQS .
- pip install --upgrade pytest pytest-cov codecov ipython"$IPYTHON_VERSION" $EXTRA_REQS
- pip install .
script: pytest --cov
after_success: codecov

0 comments on commit edbe212

Please sign in to comment.