summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-22 14:14:44 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-22 14:14:44 +0100
commit0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865 (patch)
tree608f41bc0fcfee83b011325707ab2cdb94f97588
parent260d55aeaed335f7efaba1533d1c35e6e4bd21e1 (diff)
downloaddeluge-0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865.tar.gz
deluge-0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865.tar.bz2
deluge-0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865.zip
[Travis] Remove Python2 tests
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c099c7f50..5dc043a62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ sudo: required
language: python
python:
+ # Travis Xenial Python to support system_site_packages
- 3.5
cache: pip
virtualenv:
@@ -18,9 +19,6 @@ git:
matrix:
include:
- - name: Unit tests - Python 2
- env: TOX_ENV=py27
- python: 2.7
- name: Unit tests - Python 3
env: TOX_ENV=py3
- if: commit_message =~ SECURITY_TEST
@@ -40,7 +38,6 @@ addons:
- sourceline: "ppa:deluge-team/develop"
- deadsnakes
packages:
- - python-libtorrent
- python3-libtorrent
# Install py36 specifically for pre-commit to run black formatter.
- python3.6
@@ -52,8 +49,7 @@ install:
- pip install tox tox-venv
# GTKUI tests
- "if [ $TOX_ENV == 'gtkui' ]; then
- sudo apt install python-gi python-gi-cairo python3-gi python3-gi-cairo \
- gir1.2-gtk-3.0;
+ sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0;
fi"
# Security tests
- "if [ $TOX_ENV == 'security' ]; then