.travis.yml 158 B

1234567891011
  1. language: python
  2. sudo: false
  3. python:
  4. - "3.5"
  5. install:
  6. - pip install -U wheel pytest==3
  7. - pip install .
  8. script: python3 setup.py test
  9. cache: pip