Skip to content

Commit 84fd4b2

Browse files
committed
add Travis testing for CPython 3.6
1 parent 0a5e07e commit 84fd4b2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ matrix:
5454
env: TOXENV=py35-pycrypto-norsa
5555
- python: 3.5
5656
env: TOXENV=py35-compatibility
57+
# CPython 3.6
58+
- python: 3.6
59+
env: TOXENV=py35-base
60+
- python: 3.6
61+
env: TOXENV=py35-cryptography-only
62+
- python: 3.6
63+
env: TOXENV=py35-pycryptodome-norsa
64+
- python: 3.6
65+
env: TOXENV=py35-pycrypto-norsa
66+
- python: 3.6
67+
env: TOXENV=py35-compatibility
5768
# PyPy 5.3.1
5869
- python: pypy-5.3.1
5970
env: TOXENV=pypy-base
@@ -79,4 +90,4 @@ matrix:
7990
# matrix:
8091
# include:
8192
# - python: 3.6
82-
# env: TOX_ENV=flake8
93+
# env: TOX_ENV=flake8

0 commit comments

Comments
 (0)