Skip to content

Commit a70ce20

Browse files
committed
tweak .travis.yml to get exclude to work, attempt #1
1 parent e9bc4b7 commit a70ce20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
# Exclude combinations that are very unlikely (and don't work)
3232
matrix:
3333
exclude:
34-
- python: 3.7 # python3.7 should use latest scipy
34+
- python: "3.7" # python3.7 should use latest scipy
3535
env: SCIPY="scipy==0.19.1" SLYCOT=
3636

3737
# install required system libraries

0 commit comments

Comments
 (0)