Skip to content

Commit

Permalink
Merge 725b5c3 into 9715466
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adams committed Jan 24, 2015
2 parents 9715466 + 725b5c3 commit 7fef8c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: python
python: 2.7
sudo: false
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
install:
- pip install tox coveralls
script:
- coverage erase
- tox -e $TOX_ENV
- tox
after_success:
- coveralls
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
envlist = py26, py27, py32, py33, py34

[testenv]
commands = coverage run setup.py test
commands =
coverage erase
coverage run setup.py test
coverage report -m
deps =
cryptography
unittest2
coverage

0 comments on commit 7fef8c3

Please sign in to comment.