mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
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.
12 lines
176 B
YAML
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
|