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