Skip to content

Commit f1f21a7

Browse files
purificantjpadilla
authored andcommitted
Run tests for python 3.7 (jpadilla#379)
1 parent d3ffeab commit f1f21a7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ matrix:
99
env: TOXENV=flake8,py35-crypto,py35-nocrypto,py35-contrib_crypto
1010
- python: 3.6
1111
env: TOXENV=flake8,py36-crypto,py36-nocrypto,py36-contrib_crypto
12+
- python: 3.7
13+
env: TOXENV=flake8,py37-crypto,py37-nocrypto,py37-contrib_crypto
14+
dist: xenial
1215
before_install:
1316
- sudo apt-get install python3-pip # required to install mypy
1417
install:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def get_version(package):
6464
'Programming Language :: Python :: 3.4',
6565
'Programming Language :: Python :: 3.5',
6666
'Programming Language :: Python :: 3.6',
67+
'Programming Language :: Python :: 3.7',
6768
'Topic :: Utilities',
6869
],
6970
test_suite='tests',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36}-crypto, py{27,35,36}-contrib_crypto, py{27,35,36}-nocrypto, flake8
2+
envlist = py{27,34,35,36,37}-crypto, py{27,35,36,37}-contrib_crypto, py{27,35,36,37}-nocrypto, flake8
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)