We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a532e commit 7919db6Copy full SHA for 7919db6
1 file changed
.travis.yml
@@ -1,3 +1,5 @@
1
+# https://travis-ci.org/spyder-ide/qtpy/
2
+
3
# We set the language to c because python isn't supported on the MacOS X nodes
4
# on Travis. However, the language ends up being irrelevant anyway, since we
5
# install Python ourselves using conda.
@@ -16,7 +18,7 @@ os:
16
18
env:
17
19
global:
20
- SETUP_XVFB=True
- - CONDA_CHANNELS="spyder-ide qttesting"
21
+ - CONDA_CHANNELS="qttesting"
22
- CONDA_DEPENDENCIES="pytest pytest-cov"
23
- PIP_DEPENDENCIES="coveralls"
24
0 commit comments