Skip to content

Commit

Permalink
Bump versions for testing to latest tornado and python; add py3.5 cla…
Browse files Browse the repository at this point in the history
…ssifier for pypi
  • Loading branch information
hfaran committed Dec 20, 2016
1 parent fb827fa commit b6442c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- TORNADO_VERSION=3.1.1
- TORNADO_VERSION=4.0.2
- TORNADO_VERSION=3.2.2
- TORNADO_VERSION=4.4.2
install:
- "pip install -r requirements.txt"
- "pip install tornado>=$TORNADO_VERSION"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def run_tests(self):
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
)
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
envlist = {py27,py35}-tornado{311,402}
envlist = {py27,py35}-tornado{3,4}

[testenv]
deps=
pytest
pytest-cov
tornado311: tornado==3.1.1
tornado402: tornado>=4.0.2
tornado3: tornado==3.2.2
tornado4: tornado>=4.4.2
jsonschema

commands=
Expand Down

0 comments on commit b6442c3

Please sign in to comment.