diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2021-02-22 12:00:17 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2021-02-23 11:41:46 +0100 |
commit | 8a4ec493c0736d38aba204fa455036b4160494de (patch) | |
tree | a73e9088485a722fed17683bd69df3494efcae2f /tox.ini | |
parent | [#3440] Fix httpdownloader reencoding torrent file downloads (diff) | |
download | deluge-8a4ec493c0736d38aba204fa455036b4160494de.tar.xz 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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |