.travis.yml 114 B

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