mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Test on Python 3.4
This commit is contained in:
parent
02a2ecbf97
commit
fc998b3758
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,7 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
install:
|
||||
- "pip install -e . --use-mirrors"
|
||||
- "pip install pycrypto>=2.6 --use-mirrors"
|
||||
|
@ -11,6 +12,3 @@ install:
|
|||
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