Skip to content

Commit

Permalink
ci: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 4, 2019
1 parent 46dc014 commit e90c323
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 @@ -8,7 +8,7 @@ env:
- TEST="PYTEST"
- TEST="FLAKE8"
install:
- travis_retry pip install --no-deps .
- travis_retry pip install .
# coverage packages
- travis_retry pip install flake8
- travis_retry pip install codecov coverage
Expand Down

0 comments on commit e90c323

Please sign in to comment.