Skip to content

Commit

Permalink
Add py36 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Mar 27, 2017
1 parent 353015d commit e0bae09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ matrix:
- python: 3.5
env:
- TOXENV='py-sqla{0.9,1.0,1.1}'
- python: 3.5
- python: 3.6
env:
- TOXENV='py-sqla{0.9,1.0,1.1}'
- python: 3.6
env:
- TOXENV='lint'

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_version():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = {py27,py33,py34,py35}-sqla{0.9,1.0,1.1}, lint
envlist = {py27,py33,py34,py35,py36}-sqla{0.9,1.0,1.1}, lint

[testenv]
commands =
Expand All @@ -28,6 +28,9 @@ recreate = True
[testenv:py35]
recreate = True

[testenv:py36]
recreate = True

[testenv:lint]
recreate = True
commands =
Expand Down

0 comments on commit e0bae09

Please sign in to comment.