remove lowest version test until next release

The next major release will depend on the next major releases of all
the other libraries, which is equivalent to devel right now.
This commit is contained in:
David Lord 2020-07-23 16:50:00 -07:00
parent badc22a002
commit 8222636c6e
2 changed files with 2 additions and 7 deletions

View file

@ -22,7 +22,7 @@ jobs:
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
- {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
- {name: Version Range, python: '3.8', os: ubuntu-latest, tox: 'devel,lowest'}
- {name: Version Range, python: '3.8', os: ubuntu-latest, tox: 'devel'}
- {name: Style, python: '3.8', os: ubuntu-latest, tox: style}
- {name: Docs, python: '3.8', os: ubuntu-latest, tox: docs}
steps:

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{38,37,36,py3}
py38-{devel,lowest}
py38-devel
style
docs
skip_missing_interpreters = true
@ -10,11 +10,6 @@ skip_missing_interpreters = true
deps =
-r requirements/tests.txt
lowest: Werkzeug==0.15.5
lowest: Jinja2==2.10
lowest: itsdangerous==0.24
lowest: Click==5.1
devel: https://github.com/pallets/werkzeug/archive/master.tar.gz
devel: https://github.com/pallets/markupsafe/archive/master.tar.gz
devel: https://github.com/pallets/jinja/archive/master.tar.gz