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 13, 2013
1 parent 5cb0203 commit c6cea72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ man
parts

__pycache__
.*
.installed.cfg
*.dll
*.pyc
*.pyo
Expand Down
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- 2.7
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1
notifications:
email: false

0 comments on commit c6cea72

Please sign in to comment.