Skip to content

Commit 55b7323

Browse files
committed
Add install command for travis tests
1 parent c0b630f commit 55b7323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ before_install:
1919
install:
2020
- pip install -r requirements.txt
2121
- pip install pytest
22+
- python setup.py install
2223
script:
2324
- pytest tests/

0 commit comments

Comments
 (0)