Skip to content

Commit

Permalink
CI: See if fix Python 3.7 support...
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Aug 11, 2018
1 parent 7d25b55 commit 86a7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -7,7 +7,7 @@ environment:
- PYTHON_VERSION: "3.6"
CONDAPATH: 'C:\Miniconda36'
- PYTHON_VERSION: "3.7"
CONDAPATH: 'C:\Miniconda37'
CONDAPATH: 'C:\Miniconda36' # The version of Miniconda shouldn't matter.

cache:
- '%LOCALAPPDATA%\pip\Cache'
Expand Down

0 comments on commit 86a7aaa

Please sign in to comment.