Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:zopefoundation/bobo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Nov 5, 2013
2 parents 582a6e3 + 519a73b commit 9b791d1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 2.6
- 2.7
install:
- python bootstrap-py3k.py -d
- bin/buildout
script: ./bin/test
- pip install . --use-mirrors
script:
- python setup.py test -q
notifications:
email: false

0 comments on commit 9b791d1

Please sign in to comment.