Run tests for python 3.7 (#379)

This commit is contained in:
purificant 2018-11-01 20:25:01 +00:00 committed by José Padilla
parent d3ffeab589
commit f1f21a7b9d
3 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,9 @@ matrix:
env: TOXENV=flake8,py35-crypto,py35-nocrypto,py35-contrib_crypto
- python: 3.6
env: TOXENV=flake8,py36-crypto,py36-nocrypto,py36-contrib_crypto
- python: 3.7
env: TOXENV=flake8,py37-crypto,py37-nocrypto,py37-contrib_crypto
dist: xenial
before_install:
- sudo apt-get install python3-pip # required to install mypy
install:

View File

@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Utilities',
],
test_suite='tests',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35,36}-crypto, py{27,35,36}-contrib_crypto, py{27,35,36}-nocrypto, flake8
envlist = py{27,34,35,36,37}-crypto, py{27,35,36,37}-contrib_crypto, py{27,35,36,37}-nocrypto, flake8
[testenv]
commands =