Skip to content

Commit

Permalink
travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton authored and Jim Fulton committed Nov 11, 2015
1 parent e6c639e commit 8f73c1a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,8 +1,15 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- python bootstrap.py
- bin/buildout
- pip install --upgrade setuptools
- pip install --upgrade zc.buildout
- buildout bootstrap
- ./bin/buildout
script:
- bin/test -pvc
- ./bin/test -vvv
notifications:
email: false

0 comments on commit 8f73c1a

Please sign in to comment.