.travis.yml 122 B

1234567891011
  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.6"
  5. - "3.7-dev"
  6. install:
  7. - pip install .
  8. script:
  9. - "python setup.py test"