瀏覽代碼

travis: Correct version of Python 3 in use

Travis-CI environment only has Python 3.4 available, not 3.5.
Sam Edwards 7 年之前
父節點
當前提交
cca5b910dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.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: