Skip to content

Commit fda3419

Browse files
committed
globally enforce python3
1 parent 5edcaa0 commit fda3419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ python:
66
cache:
77
pip: true
88
install:
9-
- python setup.py install
10-
- pip install pylint Sphinx sphinx-rtd-theme
11-
- pip install .
9+
- python3 setup.py install
10+
- pip3 install pylint Sphinx sphinx-rtd-theme
11+
- pip3 install .
1212
script:
1313
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
1414
- cd tests/

0 commit comments

Comments
 (0)