First travis.yml for oauth2client.
This adds a simple `.travis.yml` with support for python 2.6, 2.7, and pypy, and compacts a few lines in `tox.ini`.
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: python
|
||||
python: 2.7
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=pypy
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install .
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
notifications:
|
||||
- email: false
|
||||
Reference in New Issue
Block a user