Skip to content

Commit 89de68f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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
16-
- pip install -e .
15+
- pip install . --use-feature=in-tree-build
16+
# - pip install -e .
1717
- pip install pytest
1818
- pip install codecov
1919
script:

0 commit comments

Comments
 (0)