Add test runs on Python 3.7 and 3.8.

pull/311/head
Maurits van Rees 2020-04-22 22:58:20 +02:00
rodzic 14ff684d2c
commit ce85c6d125
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AAEC1E5318E6FCCE
3 zmienionych plików z 10 dodań i 7 usunięć

Wyświetl plik

@ -1,12 +1,14 @@
language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy3
install:
- pip install tox
script:

Wyświetl plik

@ -43,6 +43,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],

Wyświetl plik

@ -1,6 +1,6 @@
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
envlist = py27,py34,py35,py36,pypy,pypy3
envlist = py27,py34,py35,py36,py37,py38,pypy,pypy3
[testenv]
deps =