diff --git a/.travis.yml b/.travis.yml index fb10101..ab02e22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ env: global: LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so matrix: - - TOXENV=2.6,coveralls - - TOXENV=2.7,coveralls + - TOXENV=py26,coveralls + - TOXENV=py27,coveralls - TOXENV=pypy,coveralls before_install: - python --version diff --git a/tox.ini b/tox.ini index e2514b1..3efae9b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = 2.6, 2.7 +envlist = py26, py27 [testenv] install_command = @@ -18,7 +18,16 @@ deps = flake8 commands = python setup.py flake8 - + +[testenv:coveralls] +deps = + coveralls +usedevelop = true +commands = + coverage combine + coverage report + coveralls + [testenv:docs] changedir=docs/ deps =