.travis.yml 181 B

12345678910
  1. sudo: false
  2. language: python
  3. install: pip install tox
  4. matrix:
  5. include:
  6. - python: "3.6"
  7. env: TOX_ENV=static
  8. - python: "3.6"
  9. env: TOX_ENV=format
  10. script: tox -e $TOX_ENV