Skip to content

Commit

Permalink
use --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Aug 7, 2020
1 parent d314f03 commit dbd73c7
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 @@ -28,7 +28,7 @@ install:
- conda info --envs
- python --version
- pip install -r ci/pip_requirements.txt
- pip install .
- pip install . --no-deps

script:
- WITH_COVERAGE=TRUE make test
Expand Down

0 comments on commit dbd73c7

Please sign in to comment.