Skip to content

Commit

Permalink
Test using buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Mar 16, 2013
1 parent 0205b20 commit edb5d09
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
@@ -1,6 +1,11 @@
# Configuration script to Travis-CI
language: python
python:
- "2.7"
install: python setup.py install
script: python setup.py test
+language: python
+python:
+ - 2.7
+install:
+ - python bootstrap.py
+ - bin/buildout
+script:
+ - bin/test -v1
+notifications:
+ email: false

0 comments on commit edb5d09

Please sign in to comment.