Skip to content

Commit

Permalink
Added py36 matrix and classifier (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar authored May 3, 2017
1 parent 63fe633 commit 3311a27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install tox tox-travis codecov
script:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
keywords =
remote
resource
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
envlist = py27,py34,py35,pep8
envlist = py27,py34,py35,py36,pep8
[tox:travis]
2.7 = py27, pep8
3.4 = py34, pep8
3.5 = py35, pep8
3.6 = py36, pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 3311a27

Please sign in to comment.