.travis.yml 144 B

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