We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4dcdf commit 11bb0c4Copy full SHA for 11bb0c4
.travis.yml
@@ -19,6 +19,7 @@ matrix:
19
20
install:
21
- pip install -U setuptools
22
+ - pip install -e .
23
- if [[ -v EXTRA ]]; then pip install pipdeptree; fi
24
- if ! [[ -v EXTRA ]]; then pip install -r requirements-dev.txt; fi
25
- pip install codecov
0 commit comments