mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 17:18:30 +02:00
Use Travis-CI without requirements.txt
This commit is contained in:
parent
7065cafe01
commit
15ae3857ad
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
install:
|
||||||
- "pip install -q -r requirements.txt --use-mirrors"
|
- "pip install -e . --use-mirrors"
|
||||||
- "pip install -q behave"
|
- "pip install -q behave"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue