https://github.com/praw-dev/praw
Raw File
Tip revision: 2de41bf79edc3d946534d211acfdd9620f724a37 authored by Bryce Boe on 23 February 2013, 03:57:23 UTC
Version bump to 2.0.11.
Tip revision: 2de41bf
.travis.yml
language: python
python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
script: REDDIT_SITE=reddit_bypass_cdn python setup.py test -s praw.tests.BasicTest && python setup.py test -s praw.tests.OAuth2Test
install:
  - python setup.py install
back to top