Skip to content

Commit

Permalink
Bump python version on Windows (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanVusich authored Oct 24, 2020
1 parent 19b505d commit 64c49ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matrix:
- python setup.py install
- os: windows
language: sh
python: "3.7"
env: export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
python: "3.9"
env: export PATH="/c/Python39:/c/Python39/Scripts:$PATH"
before_install:
- choco install python3
- pip install -r requirements-dev.txt
Expand Down

0 comments on commit 64c49ee

Please sign in to comment.