.travis.yml 147 B

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