jrnl/.travis.yml
2018-04-08 20:31:29 -06:00

17 lines
256 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "nightly"
install:
- "pip install setuptools -U"
- "pip install -e ."
- "pip install -q behave"
# command to run tests
script:
- python --version
- behave