Skip to content

Commit e5b9079

Browse files
committed
Merge branch 'python3-single-codebase'
Closes https://github.com/soundcloud/soundcloud-python/pull/59.
2 parents fdf9ec1 + 878a4f7 commit e5b9079

10 files changed

+58
-593
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
54
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "pypy"
9-
matrix:
10-
allow_failures:
11-
- python: "3.2"
12-
- python: "3.3"
13-
- python: "3.4"
14-
- python: "3.5"
15-
- python: "pypy"
168
script: nosetests --with-doctest
179
sudo: false
1810
cache: pip

0 commit comments

Comments
 (0)