Skip to content

Commit 5e2fdfc

Browse files
authored
Update .travis.yml
1 parent a48197c commit 5e2fdfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ before_install:
1212
- pip3 install --upgrade pip
1313
install:
1414
- pip install -r requirements.txt
15-
- pip install . --use-feature=in-tree-build
15+
# - pip install . --use-feature=in-tree-build
16+
- pip install -e .
1617
- pip install pytest
1718
- pip install codecov
1819
script:

0 commit comments

Comments
 (0)