File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-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+ install :
8+ - pip install tox
9+ script :
10+ - tox -e $TOX_ENV
11+ after_success :
12+ # Report coverage results to coveralls.io
13+ - pip install coveralls
14+ - coveralls
15+
616matrix :
717 include :
818 - python : 3.6
19+ env : 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