Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Remove Python 2.7 from cvodes (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen authored Dec 16, 2019
1 parent 5f730bf commit 6110a8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ environment:
secure: mjwuqrrrl71BQoPg5t++MKlVApmBBDAr7GmQtI5YawjhdpCJtMi+Tof4P1ENDCLp

matrix:
- CONDA: 27
- CONDA: 35
- CONDA: 36
- CONDA: 37
Expand All @@ -31,7 +30,6 @@ install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""
- SET "CONDAPATH=conda%CONDA%"
- if %CONDA%==27 (SET "CONDAPATH=conda")
- if %PLATFORM%==x64 (SET "CONDAPATH=%CONDAPATH%-x64")

- CALL "C:\\Mini%CONDAPATH%\\Scripts\\conda.exe" info --envs
Expand Down

0 comments on commit 6110a8c

Please sign in to comment.