We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17829 commit c3014a7Copy full SHA for c3014a7
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- flake8 .
20
- python setup.py install
21
- python setup.py test
22
- - cd docs && pip install -r requirements.txt && make clean && make html && make doctest
+ - cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
23
after_success:
24
- codecov
25
notifications:
0 commit comments