Skip to content

Commit

Permalink
Test supported versions on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 26, 2014
1 parent e9af1fc commit f9de8cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.3
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test-ztk
notifications:
email: false

0 comments on commit f9de8cd

Please sign in to comment.