jrnl/.travis.yml
2017-09-09 10:23:17 -04:00

21 lines
306 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 ."
<<<<<<< HEAD
=======
- "pip install pycrypto>=2.6"
>>>>>>> master
- "pip install -q behave"
# command to run tests
script:
- python --version
- behave