Browse Source

[debug] travis should also run lint

pull/189/head
oliverpool 9 years ago
parent
commit
e2b07943df
  1. 1
      .travis.yml

1
.travis.yml

@ -6,6 +6,7 @@ python:
install:
- pip install tox
script:
- tox -e lint
- tox -e py35
sudo: false
# addons:

Loading…
Cancel
Save