We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b630f commit 55b7323Copy full SHA for 55b7323
.travis.yml
@@ -19,5 +19,6 @@ before_install:
19
install:
20
- pip install -r requirements.txt
21
- pip install pytest
22
+ - python setup.py install
23
script:
24
- pytest tests/
0 commit comments