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: install:
- pip install tox - pip install tox
script: script:
- tox -e lint - tox -e lint,py35
- tox -e py35
sudo: false sudo: false
# addons: # addons:
# apt: # apt:

Loading…
Cancel
Save