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 5edcaa0 commit fda3419Copy full SHA for fda3419
.travis.yml
@@ -6,9 +6,9 @@ python:
6
cache:
7
pip: true
8
install:
9
-- python setup.py install
10
-- pip install pylint Sphinx sphinx-rtd-theme
11
-- pip install .
+- python3 setup.py install
+- pip3 install pylint Sphinx sphinx-rtd-theme
+- pip3 install .
12
script:
13
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
14
- cd tests/
0 commit comments