Skip to content

Commit

Permalink
Py3 classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Oct 4, 2018
1 parent 2f004d5 commit 6346aed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6
install:
- python bootstrap.py
- bin/buildout
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -12,6 +12,9 @@
"Framework :: Zope2",
"Framework :: Zope3",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
keywords='page template override',

Expand Down
2 changes: 2 additions & 0 deletions tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
py27
py35
py36

[testenv]
usedevelop = true
Expand Down

0 comments on commit 6346aed

Please sign in to comment.