.travis.yml 270 B

123456789101112
  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.6"
  5. install:
  6. - "pip install -r requirements.txt"
  7. - "pip install -r dev-requirements.txt"
  8. script:
  9. - python app.py -z tests/testarchive.zip --test
  10. - python cli.py clean
  11. - python cli.py clean -w
  12. - python -m pytest tests