.travis.yml 134 B

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