Skip to content

Commit

Permalink
add requirements to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kniep committed Dec 8, 2016
1 parent 163dd6d commit e495ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "2.6"
- "2.7"
install:
- pip install pylint ordereddict
- pip install pylint ordereddict feedparser docker-py
script:
- ./pylint-runner.py -s
- ./tests.py

0 comments on commit e495ac3

Please sign in to comment.