Skip to content

Commit 01f8c44

Browse files
committed
try debug travis
1 parent beed8f4 commit 01f8c44

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
@@ -17,9 +17,10 @@ before_install:
1717
install:
1818
- pip install -r requirements.txt
1919
- pip install flake8 pytest
20-
- python setup.py install
20+
- pip install .
2121
# command to run tests + check syntax style
2222
script:
23+
- python setup.py develop
2324
- flake8 examples/ ot/ test/
2425
- python -m py.test -v test/
2526
# - py.test ot test

0 commit comments

Comments
 (0)