jrnl/.travis.yml
Craig Moyer 12282b858b Update travis to remove --use-mirrors for 2.0-rc1 branch.
Was causing errors in builds.
2017-01-13 20:03:10 -05:00

12 lines
176 B
YAML

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