Skip to content

Commit

Permalink
Merge pull request #295 from jonafato/sync-up-versions
Browse files Browse the repository at this point in the history
Sync references to Python versions
  • Loading branch information
tusharmakkar08 authored Jun 27, 2017
2 parents 55dcdab + 83600c3 commit 77ee5da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8,py27,py35,py36
envlist = flake8,py27,py33,py34,py35,py36

[flake8]
; E501: line too long (X > 79 characters)
Expand Down Expand Up @@ -27,6 +27,12 @@ commands = flake8 --doctests setup.py voluptuous
[testenv:py27]
basepython = python2.7

[testenv:py33]
basepython = python3.3

[testenv:py34]
basepython = python3.4

[testenv:py35]
basepython = python3.5

Expand Down

0 comments on commit 77ee5da

Please sign in to comment.