Skip to content

Commit

Permalink
Cleanup travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed Apr 12, 2015
1 parent ba1efb5 commit c43dcbb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ matrix:
allow_failures:
- python: nightly
sudo: false
install:
- pip install flake8 pep257 coveralls
- python setup.py install
install: pip install coveralls flake8 pep257
before_script:
- flake8 praw
- flake8 tests
- pep257 praw
script: coverage run --source=praw setup.py test -s tests.travis_suite
after_success:
coveralls
after_success: coveralls

0 comments on commit c43dcbb

Please sign in to comment.