diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-22 15:14:44 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-22 15:14:44 +0200 |
commit | 0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865 (patch) | |
tree | 608f41bc0fcfee83b011325707ab2cdb94f97588 /.travis.yml | |
parent | [Travis] Fix getting version from git tags (diff) | |
download | deluge-0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865.tar.xz deluge-0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865.zip |
[Travis] Remove Python2 tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
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 |