mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Fixes requirements and setup
This commit is contained in:
parent
2a5a7fb478
commit
42f2371c5d
3 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,6 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
install: "pip install cling parsedatetime simplejson --use-mirrors"
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue