mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
Travis CI: Add Python 3.7 to testing (#561)
This commit is contained in:
parent
c0a76b2929
commit
f04dd2bb0b
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -5,9 +5,14 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
sudo: required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
- python: "nightly"
|
||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
sudo: required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
install:
|
||||
- "pip install -e ."
|
||||
- "pip install pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue