jrnl/.travis.yml
2017-09-16 11:33:03 -07:00

19 lines
299 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- "pip install -e ."
- "pip install pycryptodome>=3.4.5"
- "pip install -q behave"
- "pip install pytz"
# command to run tests
script:
- python --version
- behave