Skip to content

Commit

Permalink
Test on Python 3.4, use tox on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 23, 2014
1 parent cb781ea commit 8372ca2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,13 +1,13 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.3
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
install:
- pip install
- pip install zope.catalog[test]
- travis_retry pip install tox
script:
- python setup.py test -q
- tox
notifications:
email: false
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -53,6 +53,7 @@ def read(*rnames):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py33
py26,py27,py33,py34

[testenv]
commands =
Expand Down

0 comments on commit 8372ca2

Please sign in to comment.