File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11dist : trusty
22language : python
33python : 3.5
4- script : make test
5- after_success : coveralls
4+ env :
5+ - TOX_ENV=py35
6+ - TOX_ENV=flake8
7+ script :
8+ - tox -e $TOX_ENV
9+ after_success :
10+ # Report coverage results to coveralls.io
11+ - pip install coveralls
12+ - coveralls
613matrix :
714 include :
815 - python : 3.6
16+ env :
17+ - TOX_ENV=py36
Original file line number Diff line number Diff line change 11[tox]
22downloadcache = {toxworkdir}/cache/
3- envlist = py35,flake8
3+ envlist = py35,py36, flake8
44
55[testenv]
66passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
77deps = -rrequirements-test.txt
8- coveralls
98
109commands =
1110 pytest -s --cov-config .coveragerc --cov smwogger smwogger/tests
12- - coveralls
1311
1412[testenv:flake8]
1513commands = flake8 smwogger
You can’t perform that action at this time.
0 commit comments