Skip to content

Commit

Permalink
Reconfiguring tox and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Draga Doncila Pop committed May 21, 2020
1 parent c19e947 commit 3d46a08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ install:
script:
- tox
after-sucess:
- ls -l
- codecov
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ PLATFORM =

[testenv]
passenv =
CI
TOXENV
CI
TRAVIS
TRAVIS_*
deps =
codecov
commands =
codecov
TRAVIS_*
CODECOV_*
deps = codecov>=1.4.0
commands = codecov -e TOXENV

[pytest]
addopts = --ignore ./setup.py --cov-report=xml term-missing --cov . --cov-config=tox.ini
Expand Down

0 comments on commit 3d46a08

Please sign in to comment.