Commit f897102f by Joshua Abraham Committed by GitHub

Update .travis.yml

parent 4a680098
......@@ -5,7 +5,10 @@ python:
install:
- "pip install -r requirements.txt"
- "pip install pexpect flake8"
- "pip install coveralls"
script:
- "python -m unittest discover"
- "./run_linter.sh"
after_success:
- coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment