Files
tablib/.travis.yml
T
Jon Dufresne c650b67e06 Enable pip cache in Travis CI
Reduce load on PyPI servers and slightly speed up builds.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
2019-01-01 10:32:08 -08:00

11 lines
143 B
YAML

language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install -r requirements.txt
script: python test_tablib.py