Skip to content

Commit

Permalink
Merge de0ac6b into dccde7d
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 21, 2017
2 parents dccde7d + de0ac6b commit b062704
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6-dev
- python: 3.6
env: TOXENV=py36
- python: 3.7-dev
env: TOXENV=py37
- python: 2.7
env: TOXENV=qa
allow_failures:
- python: 3.6-dev
- python: 3.7-dev
addons:
apt:
packages:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5"
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE.rst for details.

[tox]
envlist = py{27,34,35,36},qa
envlist = py{27,34,35,36,37},qa
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit b062704

Please sign in to comment.