https://github.com/praw-dev/praw
Raw File
Tip revision: 3a90b4e61930faab20c8f22a15fc720b1fb5b966 authored by Bryce Boe on 26 January 2013, 02:54:54 UTC
Add unmoderated test. Version bump.
Tip revision: 3a90b4e
.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