mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
dateutil -> python-dateutil
This commit is contained in:
parent
cc978cbc00
commit
788a8a8549
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
install:
|
||||||
- "pip install -q -r requirements.txt --use-mirrors"
|
- "pip install -q -r requirements.txt --use-mirrors"
|
||||||
- "pip install -q behave dateutil"
|
- "pip install -q behave python-dateutil"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- python --version
|
- python --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue