Skip to content

Commit

Permalink
test: Add requirements to the test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed May 30, 2016
1 parent c541bfc commit 3e33143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ python:
- "3.4"
- "3.5"

install: "pip install -r requirements_dev.txt"

# command to run tests, e.g. python setup.py test
script:
- pip install flake8
- python setup.py test
- flake8 .

0 comments on commit 3e33143

Please sign in to comment.