https://github.com/praw-dev/praw
Raw File
Tip revision: 828f23a0e067c137d0cd387ee9199afe4f06d937 authored by Andreas Damgaard Pedersen on 13 September 2013, 11:08:59 UTC
Deploy 2.1.6
Tip revision: 828f23a
.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