Skip to content

Commit

Permalink
Test only against py27 and py35 and fixed codecov failure
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaror committed Apr 6, 2017
1 parent 9f250d0 commit 16a53a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ env:
- TOXENV=docs

- TOXENV=py27,coveralls,codecov
- TOXENV=py33,coveralls,codecov
- TOXENV=py34,coveralls,codecov
- TOXENV=py35,coveralls,codecov
- TOXENV=pypy,coveralls,codecov
before_install:
- python --version
- uname -a
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ envlist =
[testenv]
basepython =
py27: {env:TOXPYTHON:python2.7}
py3: {env:TOXPYTHON:python3}
py35: {env:TOXPYTHON:python3.5}
{clean,check,report,coveralls,codecov,docs,spell}: python3
bootstrap: python
setenv =
Expand Down Expand Up @@ -88,7 +88,7 @@ deps =
codecov
skip_install = true
commands =
coverage combine --append
# coverage combine --append
coverage report
coverage xml --ignore-errors
codecov []
Expand Down

0 comments on commit 16a53a9

Please sign in to comment.