From cca5b910dcf287100f1fe5d13c9a11fc516e0cea Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Fri, 20 Apr 2018 02:32:22 -0600 Subject: [PATCH] travis: Correct version of Python 3 in use Travis-CI environment only has Python 3.4 available, not 3.5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 942613ceca..2d7a909d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: