mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Update travis
This commit is contained in:
parent
cb9beac711
commit
e75c24c696
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
install:
|
||||
- "pip install -q -r requirements.txt --use-mirrors"
|
||||
- "pip install -q behave"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
script:
|
||||
- python --version
|
||||
- behave
|
||||
matrix:
|
||||
allow_failures: # python 3 support for travis is shaky....
|
||||
- python: 3.3
|
||||
|
|
Loading…
Add table
Reference in a new issue