Commit 3bb6d72d authored by Tres Seaver's avatar Tres Seaver

Add Travis CI config.

parent 893bb61e
# Wire up travis
language: python
sudo: false
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=cover
install:
- travis_retry pip install tox
script:
- travis_retry tox
notifications:
email:
- repoze-checkins@lists.repoze.org
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment