.travis.yml 148 B

1234567891011
  1. language: python
  2. python:
  3. - "3.5"
  4. # command to install dependencies
  5. install:
  6. - pip3 install -e .
  7. # command to run tests
  8. script: ./run_tests.py