Browse Source

travis: force newer python for windows

pull/2/head
Alibek Omarov 6 years ago
parent
commit
ebbe22b09a
  1. 1
      .travis.yml

1
.travis.yml

@ -34,6 +34,7 @@ matrix: @@ -34,6 +34,7 @@ matrix:
dist: xenial
- os: osx
- os: windows
python: "3.6"
before_script:
- sh scripts/travis_common_deps.sh
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh

Loading…
Cancel
Save