mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Experimental build settings for travis
This commit is contained in:
parent
5b4b1e71d6
commit
cf720732b2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
# - "3.2"
|
- "3.2"
|
||||||
install: "pip install -r requirements.txt --use-mirrors"
|
install: "pip install -r requirements.txt --use-mirrors"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
Loading…
Add table
Reference in a new issue