Skip to content

Commit

Permalink
Updated Travis YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 4, 2013
1 parent ef75513 commit afc838b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
- 3.2
- 2.7
- 2.6
install:
- pip install zope.testing --use-mirrors
- pip install . --use-mirrors
script:
- python setup.py test -q

# Just a note that this is possible:
##notifications:
## irc:
## channels: "irc.freenode.org#zope-dev"
## on_success: change
## on_failure: change
## email:
## - zope-tests@zope.org
notifications:
email: false

0 comments on commit afc838b

Please sign in to comment.