https://github.com/praw-dev/praw
Raw File
Tip revision: f392138e77d29557e73258c39d093e15c379014c authored by Bryce Boe on 23 August 2013, 18:47:49 UTC
Version bump to 2.1.5.
Tip revision: f392138
.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