Skip to content

Commit

Permalink
Merge 3c9eee0 into 9386fcb
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jun 18, 2015
2 parents 9386fcb + 3c9eee0 commit aa362a8
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ sudo: false
language: python
python: 2.7
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 python-coveralls
script:
- tox
- tox
after_success:
- coveralls

0 comments on commit aa362a8

Please sign in to comment.