Skip to content

Commit 7919db6

Browse files
committed
Remove spyder-ide channel
1 parent 21a532e commit 7919db6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://travis-ci.org/spyder-ide/qtpy/
2+
13
# We set the language to c because python isn't supported on the MacOS X nodes
24
# on Travis. However, the language ends up being irrelevant anyway, since we
35
# install Python ourselves using conda.
@@ -16,7 +18,7 @@ os:
1618
env:
1719
global:
1820
- SETUP_XVFB=True
19-
- CONDA_CHANNELS="spyder-ide qttesting"
21+
- CONDA_CHANNELS="qttesting"
2022
- CONDA_DEPENDENCIES="pytest pytest-cov"
2123
- PIP_DEPENDENCIES="coveralls"
2224

0 commit comments

Comments
 (0)