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 260cd54 commit b98d1f3Copy full SHA for b98d1f3
.travis.yml
@@ -21,12 +21,14 @@ install:
21
- pip install pycodestyle
22
- pip install flake8
23
- pip install codecov
24
+ - pip install sphinx
25
+ - pip install sphinx_rtd_theme
26
script:
27
- pycodestyle .
28
- flake8 .
29
- python setup.py install
30
- python setup.py test
- - cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
31
+ - cd docs && make clean && make html && make doctest && cd ..
32
after_success:
33
- codecov
34
notifications:
0 commit comments