Skip to content

Commit

Permalink
- expand travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 13, 2017
1 parent 92a42a6 commit d750f66
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Expand Up @@ -2,10 +2,25 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6

install:
- pip install -U setuptools==33.1.1 coveralls coverage
- python bootstrap.py
- bin/buildout

script:
- bin/test -v1
- coverage run bin/test -v1
after_success:
- coverage combine
- coveralls

notifications:
email: false

cache:
pip: true
directories:
- eggs/

0 comments on commit d750f66

Please sign in to comment.