summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-22 18:23:30 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-23 00:15:49 +0100
commita3b6d8d8e5dbd70b3f33cbe235b37fc09867a9a0 (patch)
treebf66f4b7e4f1079d16672940532df60774718d21 /tox.ini
parent7e3692bb5a61d5791b101355674dfa6ae0186de5 (diff)
downloaddeluge-a3b6d8d8e5dbd70b3f33cbe235b37fc09867a9a0.tar.gz
deluge-a3b6d8d8e5dbd70b3f33cbe235b37fc09867a9a0.tar.bz2
deluge-a3b6d8d8e5dbd70b3f33cbe235b37fc09867a9a0.zip
[Appveyor] Switch to Python 3.6
- Change build from Python 2.7 to 3.6 64-bit. - Specify py36 for tox since using py3 will choose latest py3 e.g. 3.7! - Use python 3.6 libtorrent.pyd build - Use pre-installed OpenSSL 1.1 (matches libtorrent build) - Add python version output to tox.ini for debugging.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 75bcebb40..1adf80c3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,6 +57,7 @@ setenv =
sitepackages = True
deps = {[basetests]deps}
commands =
+ python -VV
python -c "import libtorrent as lt; print(lt.__version__)"
pytest -m "not (todo or gtkui or security)" deluge/tests