Another try

This commit is contained in:
Hadrien Mary 2015-06-19 00:02:13 +02:00
parent 3c9eee0112
commit 0004842600
2 changed files with 6 additions and 5 deletions

View File

@ -11,7 +11,7 @@ env:
- TOXENV=pypy3 - TOXENV=pypy3
- TOXENV=flake8 - TOXENV=flake8
install: install:
- pip install tox python-coveralls - pip install tox coveralls
script: script:
- tox - tox
after_success: after_success:

View File

@ -7,13 +7,14 @@
envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8 envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8
[testenv] [testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps = deps =
nose nose
coverage coverage
python-coveralls coveralls
commands = nosetests --with-coverage --cover-package=tqdm -v tqdm/ commands =
after_success: nosetests --with-coverage --cover-package=tqdm -v tqdm/
- coveralls coveralls
[testenv:flake8] [testenv:flake8]
basepython = python2.7 basepython = python2.7