Skip to content

Commit bf62502

Browse files
committed
Merge branch 'feat-python-3' into py3-redux
Conflicts: oauth2/__init__.py setup.py tests/test_oauth.py
2 parents 0406587 + a083398 commit bf62502

13 files changed

+524
-876
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
install: "pip install -r requirements.txt"
8+
script: py.test

README.md

Lines changed: 284 additions & 261 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)