Skip to content

Commit

Permalink
Use buildout on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 2, 2017
1 parent b62759a commit 863f475
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ sudo: false
python:
- 2.7
install:
- pip install .
- python bootstrap.py
- bin/buildout
script:
- python setup.py test -q
- bin/test
notifications:
email: false

0 comments on commit 863f475

Please sign in to comment.