]> jfr.im git - z_archive/twitter.git/blame - .travis.yml
Add a test for API v1 unsupported. Other tests use v1.1 instead of v1.
[z_archive/twitter.git] / .travis.yml
CommitLineData
7b8c3a26 1language: python
2
3python:
4- "2.6"
5- "2.7"
6- "3.3"
7- "3.4"
8- "pypy"
9
10
11script: nosetests
12
13matrix:
14 allow_failures:
15 - python: "2.6"
16 - python: "3.3"
17 - python: "3.4"
18 - python: "pypy"