mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
c650b67e06
Reduce load on PyPI servers and slightly speed up builds. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
11 lines
143 B
YAML
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
|