vdirsyncer/.travis.yml
Markus Unterwaditzer aca8104413 Travis
2014-03-02 19:13:52 +01:00

8 lines
124 B
YAML

language: python
python: "2.7"
install:
- "pip install ."
- "pip install -r dev_requirements.txt"
script: py.test