Skip to content

Commit

Permalink
Merge pull request #41 from felixonmars/py35
Browse files Browse the repository at this point in the history
Note explicit support for Python 3.5
  • Loading branch information
txels committed May 25, 2016
2 parents 4183ce7 + 3b516c9 commit 3dc927d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
#- 3.2
- 3.3
- 3.4
- 3.5
install: pip install -r requirements/test.txt
script:
- nosetests --with-cov --cover-package=ddt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Testing',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34
envlist = py27, py33, py34, py35

[testenv]
deps =
Expand Down

0 comments on commit 3dc927d

Please sign in to comment.