Commit 2f0abcf3 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Another attempt to get Travis CI working.

Guess I'm too tired for this.
parent 6e344d97
......@@ -2,5 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
install: "pip install topydo[ical]"
install:
- "pip install ."
- "pip install ical"
script: python setup.py test
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