Commit 7f15d0ab authored by Bram Schoenmakers's avatar Bram Schoenmakers

Install prompt-toolkit to fix pylint errors in Travis CI build

parent 02ca3e16
......@@ -9,6 +9,7 @@ install:
- "python -m pip install pip --upgrade"
- "pip install ."
- "pip install .[ical]"
- "pip install .[prompt-toolkit]"
- "pip install .[test]"
- "pip install pylint"
- "pip install codecov"
......
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