.travis.yml 177 B

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