Skip to content

Commit

Permalink
Merge pull request #167 from morrme/patch-1
Browse files Browse the repository at this point in the history
add python 3.6 to .travis.yml
  • Loading branch information
tomato42 committed May 9, 2017
2 parents fd670e3 + c03c7b9 commit cc1a624
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6

env:
- TACKPY=true
Expand All @@ -41,18 +42,24 @@ matrix:
env: PYCRYPTO=true
- python: 3.5
env: PYCRYPTO=true
- python: 3.6
env: PYCRYPTO=true
- python: 2.7
env: GMPY=true
- python: 3.4
env: GMPY=true
- python: 3.5
env: GMPY=true
- python: 3.6
env: GMPY=true
- python: 2.7
env: M2CRYPTO=true PYCRYPTO=true GMPY=true
- python: 3.4
env: PYCRYPTO=true GMPY=true
- python: 3.5
env: PYCRYPTO=true GMPY=true
- python: 3.6
env: PYCRYPTO=true GMPY=true

before_install:
- |
Expand Down

0 comments on commit cc1a624

Please sign in to comment.