mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Official support for python 3.4
This commit is contained in:
parent
0961aa7610
commit
78eda12287
3 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
# - "3.4" # Not available on Travis yet, see https://github.com/travis-ci/travis-ci/issues/1989
|
||||
- "3.4"
|
||||
install:
|
||||
- "pip install -e . --use-mirrors"
|
||||
- "pip install pycrypto>=2.6 --use-mirrors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue