Commit b9bccb9d authored by Bram Schoenmakers's avatar Bram Schoenmakers

Install pylint to make pypy3 runs succeed on Travis CI

pypy was still broken in the Graph class, but in this branch this is no longer an issue.
parent 717aa25e
...@@ -9,12 +9,12 @@ python: ...@@ -9,12 +9,12 @@ python:
matrix: matrix:
allow_failures: allow_failures:
- python: "3.2" - python: "3.2"
- python: "pypy3"
install: install:
- "python -m pip install pip --upgrade" - "python -m pip install pip --upgrade"
- "pip install ." - "pip install ."
- "pip install .[ical]" - "pip install .[ical]"
- "pip install .[test]" - "pip install .[test]"
- "pip install pylint"
- "pip install codecov" - "pip install codecov"
script: script:
- "green -vvr" - "green -vvr"
......
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