Skip to content

Commit 8e2c976

Browse files
authored
Update .travis.yml
1 parent 89de68f commit 8e2c976

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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
16-
# - pip install -e .
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 .
1718
- pip install pytest
1819
- pip install codecov
1920
script:

0 commit comments

Comments
 (0)