mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
Add most recent Python versions in Travis CI (#474)
Add more recent Python versions including development branches and nightly build.
This commit is contained in:
parent
58b473236d
commit
588d0126f0
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ python:
|
|||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
install:
|
||||
- "pip install -e ."
|
||||
- "pip install pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue