]> git.phdru.name Git - ppu.git/commitdiff
CI: Upgrade `tox`
authorOleg Broytman <phd@phdru.name>
Fri, 8 Jan 2021 14:08:52 +0000 (17:08 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 8 Jan 2021 14:09:02 +0000 (17:09 +0300)
Stop running tests with Python 3.4 - `tox` 3.15 doesn't support it.

.travis.yml
README.rst
appveyor.yml
devscripts/requirements/requirements_tox.txt
tox.ini

index 08c12fa7274aa0fc8465cbb66122e5db7ce5f898..8bd44baf15fbf8cc445fb66cdb963eee694549f0 100644 (file)
@@ -13,8 +13,6 @@ matrix:
   include:
   - python: "2.7"
     env: TOXENV=py27
-  - python: "3.4"
-    env: TOXENV=py34
   - python: "3.5"
     env: TOXENV=py35
   - python: "3.6"
@@ -31,7 +29,7 @@ matrix:
     env: TOXENV=py39-flake8
 
 install:
-  - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox
+  - travis_retry pip install --upgrade "pip<21" "setuptools<44" "tox>=3.15"
 
 script:
   - tox
index 63778345bd00a068eafbb32a267a75eef169f516..c6f1c23a633f4e117517ad3aed623c050384e9f2 100644 (file)
@@ -2,7 +2,7 @@ Portable Python Utilities.
 
 Author: Oleg Broytman <phd@phdru.name>.
 
-Copyright (C) 2017, 2018 PhiloSoft Design.
+Copyright (C) 2017-2021 PhiloSoft Design.
 
 License: GPL.
 
index 6cc5ecf15de2c5a0f72c4284ac4e3496f11eca8e..605635bc2006f9d9a72e0c418c4a55b172a192a0 100644 (file)
@@ -65,7 +65,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "python -m pip install --upgrade \"pip<21\" \"setuptools<44\""
-  - "pip install --upgrade \"tox<3.1\" ppu"
+  - "pip install --upgrade \"tox>=3.15\" ppu"
   - "pip --version"
 
 # No build step - we don't have C extensions
index a00e031c56cdcb0163caf14105521680d8c116f6..8b5960b93a5d9ca54cf13a5426e9939b32c17780 100644 (file)
@@ -1 +1 @@
-tox >= 1.8, <= 2.9.1
+tox >= 3.15
diff --git a/tox.ini b/tox.ini
index 3f722f78e871f767e9fead5887b65d80dde5cb86..eda0f9f8374030101e2a5aa7b5394e329e9e6e9c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-minversion = 1.8
+minversion = 3.15
 envlist = py27,py3{4,5,6,7,8,9},pypy,py{27,39}-flake8
 
 # Base test environment settings