.travis.yml 157 B

12345678910111213141516
  1. language: python
  2. python:
  3. - "2.7.15"
  4. - "3.6.6"
  5. - "3.7-dev"
  6. os: osx
  7. git:
  8. depth: false
  9. install:
  10. - pip install .
  11. script:
  12. - "python setup.py test"