Skip to content

Commit

Permalink
Merge pull request #25 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Python 2.6, 2.7, 3.2-3.6 in README.md, setup.py, and tox.ini
  • Loading branch information
noahmorrison authored Jun 16, 2018
2 parents 61e2d5a + 9b7f875 commit c599065
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you find a test that chevron does not pass, please [report it.](https://githu

### chevron is Python 2 and 3 compatible ###

Python 2.6, 2.7, 3.2, 3.3, and 3.4 are all tested by travis.
Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6 are all tested by travis.



Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',

'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Text Processing :: Markup'
]
)
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py32, py33, py34, py35, pypy, flake8
envlist = py26, py27, py32, py33, py34, py35, py36, pypy, flake8

[testenv]
deps = coverage
Expand All @@ -12,4 +12,4 @@ commands = python {toxinidir}/test_spec.py

[testenv:flake8]
deps = flake8
commands = flake8
commands = flake8

0 comments on commit c599065

Please sign in to comment.