Browse Source

[debug] run lint and py35 in one command

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

3
.travis.yml

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

Loading…
Cancel
Save