Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Sep 1, 2021
2 parents 1d2b78e + 8e2c976 commit 52a1126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ before_install:
- pip3 install --upgrade pip
install:
- pip install -r requirements.txt
- pip install . --use-feature=in-tree-build
# don't use the line below because codecov generates a false 'miss'
# - pip install . --use-feature=in-tree-build
- pip install -e .
- pip install pytest
- pip install codecov
script:
Expand Down

0 comments on commit 52a1126

Please sign in to comment.