1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Install package in .travis.yml

This commit is contained in:
Guillaume Ayoub 2016-05-18 22:44:47 +02:00
parent 9e3126ba3e
commit bc1427bab9

View file

@ -6,6 +6,7 @@ python:
- 3.5
install:
- pip install -e .
- pip install tox flake8
script: