https://github.com/praw-dev/praw
Raw File
Tip revision: 757113680411789bd802ec2ed721bda7aed5c901 authored by Bryce Boe on 12 May 2014, 16:00:16 UTC
Documentation warning fixes and version bump.
Tip revision: 7571136
.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