Skip to content

Commit

Permalink
Remove --extras option from flit install in .travis.yml
Browse files Browse the repository at this point in the history
Because it installs all dependencies anyway; there is no
way to install only core and test dependencies.
  • Loading branch information
kmkurn committed Sep 29, 2019
1 parent 4764a82 commit 3d101c2
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 @@ -5,7 +5,7 @@ python:
- 3.7
install:
- pip install flit
- flit install --symlink --extras test
- flit install --symlink
script: pytest
after_success:
- pip install coveralls
Expand Down

0 comments on commit 3d101c2

Please sign in to comment.