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.
1 parent 89de68f commit 8e2c976Copy full SHA for 8e2c976
.travis.yml
@@ -12,8 +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
16
-# - pip install -e .
+# don't use the line below because codecov generates a false 'miss'
+# - pip install . --use-feature=in-tree-build
17
+ - pip install -e .
18
- pip install pytest
19
- pip install codecov
20
script:
0 commit comments