summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2021-02-22 11:00:17 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2021-02-23 10:41:46 +0000
commit8a4ec493c0736d38aba204fa455036b4160494de (patch)
treea73e9088485a722fed17683bd69df3494efcae2f /tox.ini
parent4d970754a4a700ba45409e11275b89e6523d87ce (diff)
downloaddeluge-8a4ec493c0736d38aba204fa455036b4160494de.tar.gz
deluge-8a4ec493c0736d38aba204fa455036b4160494de.tar.bz2
deluge-8a4ec493c0736d38aba204fa455036b4160494de.zip
[CI/CD] Add Travis windows build
* Added APPDATA to tox passenv so it is available to common module. * Fixed windows path issue in httpdownloader tests * Skipped torrentmanager test due to the following error from loading a Linux pickled state file with a different line ending. ModuleNotFoundError: No module named 'deluge.core.torrentmanager\r' * Removed appveyor build
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 41ff1fbc0..5b9152978 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,7 @@ deps =
[testenv]
install_command = python -m pip install --ignore-installed {opts} {packages}
-passenv = DISPLAY PYTHONPATH
+passenv = DISPLAY PYTHONPATH APPDATA
setenv =
PYTHONPATH = {toxinidir}
PYTEST_ADDOPTS = --verbose --capture=no