summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 53af531abe19c3dfc57bbb0473c6d8440f30c3c9 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
cache: pip
python:
  - 2.7
  - 3.4
  - 3.5
  - 3.6
install:
  - pip install -r requirements.txt
script: python test_tablib.py