summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-10 14:49:39 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-10 18:50:41 +0100
commit0b2cb7539ff5b321fe285f47c9b7617653471d7a (patch)
treebdf8e02b9b28beac4b7d3312c4dec5c8b386f678 /appveyor.yml
parent6fdbf0ba5db98dfca28e8e37df0ea046f5c99c60 (diff)
downloaddeluge-0b2cb7539ff5b321fe285f47c9b7617653471d7a.tar.gz
deluge-0b2cb7539ff5b321fe285f47c9b7617653471d7a.tar.bz2
deluge-0b2cb7539ff5b321fe285f47c9b7617653471d7a.zip
Cleanup Tox and CI configs
- Use the apt addon for installing libtorrent package. - Start the py3 test sooner as it is slow to complete. - Add if conditions for gtkui test dependencies. - Remove Appveyor tests that are taken care of by Travis.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 100463b98..e307283dd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,10 +4,8 @@ environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
matrix:
- - TOXENV: pydef
+ - TOXENV: py27
- TOXENV: pygtkui
- - TOXENV: plugins
- - TOXENV: docs
- PYTHON_VERSION: "2.7.x"
pull_requests: