mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
travis: Correct version of Python 3 in use
Travis-CI environment only has Python 3.4 available, not 3.5.
This commit is contained in:
parent
95785407a3
commit
cca5b910dc
@ -50,7 +50,7 @@ before_install:
|
||||
- makepanda/selfdestruct.py --yes
|
||||
|
||||
install:
|
||||
- ${PYTHON_INTERP:-python3.5} -m virtualenv venv && source venv/bin/activate
|
||||
- ${PYTHON_INTERP:-python3.4} -m virtualenv venv && source venv/bin/activate
|
||||
- pip install pytest
|
||||
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user