We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2b78e + 8e2c976 commit 52a1126Copy full SHA for 52a1126
.travis.yml
@@ -12,7 +12,9 @@ before_install:
12
- pip3 install --upgrade pip
13
install:
14
- pip install -r requirements.txt
15
- - pip install . --use-feature=in-tree-build
+# don't use the line below because codecov generates a false 'miss'
16
+# - pip install . --use-feature=in-tree-build
17
+ - pip install -e .
18
- pip install pytest
19
- pip install codecov
20
script:
0 commit comments