Skip to content

Commit

Permalink
Removing redundant options
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed May 28, 2020
1 parent 369e91e commit 6a2d4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: xenial
sudo: false
os: linux

cache:
directories:
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[tox]
envlist = clean,py{27,35,36,37},report

[tool:pytest]
[pytest]
testpaths = tests
addopts =
--cov-report=term-missing
--cov-report=term-missing --cov=thermostat --cov-append -x

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
pytest
pytest-cov
commands =
pytest --cov=thermostat --cov-append --cov-report=term-missing -x {posargs:-vv}
# pytest --cov=thermostat --cov-append --cov-report=term-missing
pytest {posargs:-vv}

depends =
{py27,py35,py36,py37}: clean
Expand Down

0 comments on commit 6a2d4c1

Please sign in to comment.