Commit a7647d15 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix logical depedencies for Travis CI

parent 5e2d718d
...@@ -8,9 +8,9 @@ python: ...@@ -8,9 +8,9 @@ python:
install: install:
- "python -m pip install pip --upgrade" - "python -m pip install pip --upgrade"
- "pip install ." - "pip install ."
- "pip install urwid" - "pip install .[columns]"
- "pip install .[ical]" - "pip install .[ical]"
- "pip install .[prompt-toolkit]" - "pip install .[prompt]"
- "pip install .[test]" - "pip install .[test]"
- "pip install pylint" - "pip install pylint"
- "pip install codecov" - "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