Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jun 24, 2015
1 parent f298663 commit 7318526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "3.4"
- "2.7"
install:
- pip install -r requirements.txt
- pip install flake8
script:
- python -m doctest -v pg_view.py
- flake8 pg_view.py

0 comments on commit 7318526

Please sign in to comment.