File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313
1414before_install :
1515 # https://github.com/travis-ci/travis-ci/issues/6069#issuecomment-266546552
16- - git remote set-branches --add origin master
16+ - git remote set-branches --add origin develop
1717 - git fetch
1818
1919env :
2323
2424jobs :
2525 include :
26- - stage : lint
27- name : " Tox tests and coverage "
26+ - &linting
27+ stage : lint
2828 language : python
2929 python : 3.7
3030 before_script :
4545 - tox -- tests/ --ignore tests/test_pythonpackage.py
4646 # (we ignore test_pythonpackage.py since these run way too long!!
4747 # test_pythonpackage_basic.py will still be run.)
48+ name : " Tox Pep8"
49+ env : TOXENV=pep8
50+ - << : *linting
51+ name : " Tox Python 2"
52+ env : TOXENV=py27
53+ - << : *linting
54+ name : " Tox Python 3 & Coverage"
55+ env : TOXENV=py3
4856 after_success :
4957 - coveralls
5058
You can’t perform that action at this time.
0 commit comments