.travis.yml 116 B

1234567891011121314
  1. language: python
  2. python:
  3. - 3.3
  4. - 3.4
  5. - 3.5
  6. install:
  7. - pip install tox
  8. script:
  9. - tox -e py
  10. sudo: false