Skip to content

Commit

Permalink
Trigger builds on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbu committed May 29, 2018
1 parent 463b848 commit 100ba49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,9 @@ language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6
env:
install:
- pip install -U setuptools
- pip install zc.buildout
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -44,8 +44,11 @@
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Framework :: Zope :: 4",
],
packages=find_packages('src'),
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
py27,
py35,
py36,
coverage-report,

[testenv]
Expand Down

0 comments on commit 100ba49

Please sign in to comment.