Skip to content

Commit 52a1126

Browse files
committed
2 parents 1d2b78e + 8e2c976 commit 52a1126

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ before_install:
1212
- pip3 install --upgrade pip
1313
install:
1414
- pip install -r requirements.txt
15-
- pip install . --use-feature=in-tree-build
15+
# don't use the line below because codecov generates a false 'miss'
16+
# - pip install . --use-feature=in-tree-build
17+
- pip install -e .
1618
- pip install pytest
1719
- pip install codecov
1820
script:

0 commit comments

Comments
 (0)