globally enforce python3
This commit is contained in:
parent
5edcaa050c
commit
fda3419ccb
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ python:
|
|||
cache:
|
||||
pip: true
|
||||
install:
|
||||
- python setup.py install
|
||||
- pip install pylint Sphinx sphinx-rtd-theme
|
||||
- pip install .
|
||||
- python3 setup.py install
|
||||
- pip3 install pylint Sphinx sphinx-rtd-theme
|
||||
- pip3 install .
|
||||
script:
|
||||
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
||||
- cd tests/
|
||||
|
|
|
|||
Loading…
Reference in a new issue