Learn more about cloning repositories
You have read-only access
sudo: false
language: python
cache: pip
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
install: travis_retry pip install tox-travis
script:
- tox
Everything looks good. We'll let you know here if there's anything you should know about.