Skip to content

Commit

Permalink
add requirements to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Dec 8, 2016
1 parent 5aeb939 commit c5b5764
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 c5b5764

Please sign in to comment.