jrnl/.travis.yml
2015-04-04 17:50:44 +11:00

12 lines
190 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- "pip install -e . --use-mirrors"
- "pip install -q behave"
# command to run tests
script:
- python --version
- behave