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

Commit

Permalink
try to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Nov 19, 2013
1 parent c8dbbf5 commit ebcfc41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,9 @@ python:
- 2.7
- 3.3
install:
- pip install . --use-mirrors
- python bootstrap.py
- ./bin/buildout
script:
- python setup.py test -q
- ./bin/test
notifications:
email: false

0 comments on commit ebcfc41

Please sign in to comment.