Skip to content

Commit 6f14bc3

Browse files
committed
TRV: SLCOT -> SLYCOT in .travis.yml
1 parent bc82eb4 commit 6f14bc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
dist: xenial
3737
services: xvfb
3838
python: "2.7"
39-
env: SCIPY=scipy SLCOT=source
39+
env: SCIPY=scipy SLYCOT=source
4040
- name: "linux, Python 3.7, slycot=source"
4141
os: linux
4242
dist: xenial
4343
services: xvfb
4444
python: "3.7"
45-
env: SCIPY=scipy SLCOT=source
45+
env: SCIPY=scipy SLYCOT=source
4646

4747
matrix:
4848
# Exclude combinations that are very unlikely (and don't work)
@@ -56,13 +56,13 @@ matrix:
5656
dist: xenial
5757
services: xvfb
5858
python: "2.7"
59-
env: SCIPY=scipy SLCOT=source
59+
env: SCIPY=scipy SLYCOT=source
6060
- name: "linux, Python 3.7, slycot=source"
6161
os: linux
6262
dist: xenial
6363
services: xvfb
6464
python: "3.7"
65-
env: SCIPY=scipy SLCOT=source
65+
env: SCIPY=scipy SLYCOT=source
6666

6767
# install required system libraries
6868
before_install:

0 commit comments

Comments
 (0)