diff --git a/.travis.yml b/.travis.yml index e8278da2..5f020fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,15 +20,16 @@ jobs: language: shell # 'language: python' is an error on Travis CI macOS before_install: - pip3 install poetry~=0.12.17 # 'pip' points to Python 2 on MacOS - - name: "Python 3.8.0 on Windows" + - name: "Python 3.7.5 on Windows" os: windows language: shell # 'language: python' is an error on Travis CI Windows before_install: - - choco install python --version 3.8.0 + - choco install python --version 3.7.5 - python -m pip install --upgrade pip + - pip --version - pip install poetry~=0.12.17 env: - - PATH=/c/Python38:/c/Python38/Scripts:$PATH + - PATH=/c/Python37:/c/Python37/Scripts:$PATH allow_failures: - python: 3.8 - python: nightly