Skip to content

Commit

Permalink
Merge c476c4f into 9386fcb
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jun 18, 2015
2 parents 9386fcb + c476c4f commit 6b57200
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
24 changes: 13 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
sudo: false
language: python
python: 2.7
python: 3.4
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8
install:
- pip install tox
- pip install tox coveralls
script:
- tox
- tox
after_success:
- coveralls
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
nose
coverage
python-coveralls
commands = nosetests --with-coverage --cover-package=tqdm -v tqdm/
after_success:
- coveralls
coveralls
commands =
nosetests --with-coverage --cover-package=tqdm -v tqdm/
coveralls

[testenv:flake8]
basepython = python2.7
Expand Down

0 comments on commit 6b57200

Please sign in to comment.