Skip to content

Commit

Permalink
Adding travis-ci config file (based off of google/oauth2client)
Browse files Browse the repository at this point in the history
  • Loading branch information
pferate committed Jan 8, 2015
1 parent 9b0a996 commit 2defcf1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
python: 2.7
sudo: false
env:
matrix:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=docs
install:
- pip install tox
script:
- tox -e $TOX_ENV
after_success:
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
notifications:
email: false

0 comments on commit 2defcf1

Please sign in to comment.