.travis.yml 116 B

12345678
  1. language: python
  2. python:
  3. - 2.6
  4. - 2.7
  5. - 3.2
  6. install:
  7. - python setup.py install
  8. script: python test_tablib.py