Skip to content

Commit

Permalink
Test Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
petya2164 committed Sep 10, 2019
1 parent b73e2e8 commit 37f74f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,9 +22,9 @@ matrix:
- name: Windows - Visual Studio 2017
os: windows
env:
- CHOCO_PYTHON="/c/Python27"
- CHOCO_PYTHON="/c/Python37"
before_install:
- choco install python2
- choco install python --version 3.7.4
- export PATH=$CHOCO_PYTHON:$PATH
- echo $PATH
install:
Expand Down

0 comments on commit 37f74f8

Please sign in to comment.