.travis.yml 215 B

12345678910111213
  1. language: python
  2. python:
  3. - 3.4
  4. - 3.5
  5. - pypy
  6. # command to install dependencies
  7. install: "pip install -r requirements.txt"
  8. script:
  9. - ./setup.py install --root=/tmp/install-root
  10. - ./tests/run.py