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

Commit 6110a8c

Browse files
authored
Remove Python 2.7 from cvodes (#678)
1 parent 5f730bf commit 6110a8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ environment:
1212
secure: mjwuqrrrl71BQoPg5t++MKlVApmBBDAr7GmQtI5YawjhdpCJtMi+Tof4P1ENDCLp
1313

1414
matrix:
15-
- CONDA: 27
1615
- CONDA: 35
1716
- CONDA: 36
1817
- CONDA: 37
@@ -31,7 +30,6 @@ install:
3130
- ECHO "Filesystem root:"
3231
- ps: "ls \"C:/\""
3332
- SET "CONDAPATH=conda%CONDA%"
34-
- if %CONDA%==27 (SET "CONDAPATH=conda")
3533
- if %PLATFORM%==x64 (SET "CONDAPATH=%CONDAPATH%-x64")
3634

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

0 commit comments

Comments
 (0)