jrnl/.travis.yml
Radomír Bosák d6db0c1549 Remove --use-mirrors switch from travis setup (#477)
The --use-mirrors pip switch does not work since pip 7.0.0. This caused
travis builds to fail.

This commit removes the --use-mirrors switch.
2017-03-10 09:47:43 -08: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