jrnl/.travis.yml
Sylvain 588d0126f0 Add most recent Python versions in Travis CI (#474)
Add more recent Python versions including development branches and nightly build.
2017-03-09 12:47:52 -08:00

18 lines
270 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 pycrypto>=2.6"
- "pip install -q behave"
# command to run tests
script:
- python --version
- behave