diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-03 17:12:29 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-05 14:23:45 +0200 |
commit | 6973f96f8cd5b51bccc094fef745803a4adcba99 (patch) | |
tree | 2ee02a14ad6b68fd3cea2aa715ba617ebc040c7d /requirements.txt | |
parent | [Lint] Add pre-commit config (diff) | |
download | deluge-6973f96f8cd5b51bccc094fef745803a4adcba99.tar.xz 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 'requirements.txt')
-rw-r--r-- | requirements.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..fcc1b46d3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +twisted[tls]>=16.6 +pyopenssl +pyxdg +pillow +mako +chardet +six +setproctitle +pywin32; sys.platform == 'win32' +py2-ipaddress; sys.platform == 'win32' +certifi; sys.platform == 'win32' +zope-interface |