summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-03 16:12:29 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-05 13:23:45 +0100
commit6973f96f8cd5b51bccc094fef745803a4adcba99 (patch)
tree2ee02a14ad6b68fd3cea2aa715ba617ebc040c7d /appveyor.yml
parent0548bdb65540b780850b9a0138eb6da7d668a052 (diff)
downloaddeluge-6973f96f8cd5b51bccc094fef745803a4adcba99.tar.gz
deluge-6973f96f8cd5b51bccc094fef745803a4adcba99.tar.bz2
deluge-6973f96f8cd5b51bccc094fef745803a4adcba99.zip
[Tests] Update tox and CI configs
- Add new requirements files to make it easier to install deps. - Tox changes - Update tox to use new requirements files. - Tweak heading styles. - Add development environment command `devenv`. - Remove testenv command as it would run on devenv creation. - Travis changes - Now uses xenial as trusty is very old now. - Trial run disabled to speed up tests. - Add tox-venv for Python 3 support. - Only install testssl if running security tests. - Appveyor - Add tox-venv for Python 3 support. - Use requirements file for non-tox. - Remove trial run to speed up testing.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml17
1 files changed, 2 insertions, 15 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 26a0edaec..ccc45d4dd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,9 +4,7 @@ environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
matrix:
- # See: http://www.appveyor.com/docs/installed-software#python
- TOXENV: flake8
- - TOXENV: trial
- TOXENV: pydef
- TOXENV: pygtkui
- TOXENV: plugins
@@ -30,23 +28,12 @@ install:
- "python -m pip install --upgrade pip"
- if defined TOXENV (
- pip install
- tox
- pywin32
- certifi
+ pip install tox tox_venv
)
- if not defined TOXENV (
pip install
+ -rrequirements.txt
slimit
- twisted[tls]
- chardet
- mako
- pyxdg
- pillow
- slimit
- setproctitle
- pywin32
- certifi
pygame
bbfreeze
pefile