jrnl/.travis.yml
Radomír Bosák a8fc18010d Remove --use-mirrors switch from travis setup
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 17:40:17 +01: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