jrnl/.travis.yml
2017-11-13 16:21:44 -07:00

13 lines
186 B
YAML

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