.travis.yml 100 B

12345678
  1. language: python
  2. python:
  3. - "3.5"
  4. - "3.6"
  5. install:
  6. - pip -e .
  7. script:
  8. - python setup.py test