summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 47e306e7305aa7bef7e46c213f2cff7d5404440d (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
cache: pip
matrix:
  include:
    - python: 3.5
    - python: 3.6
    - python: 3.7
    - python: 3.8-dev
install:
  - pip install -r requirements.txt
script: python test_tablib.py