mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
[Travis] Add newest versions of Python
This commit is contained in:
parent
9441998ecf
commit
779a8f4ddf
1 changed files with 4 additions and 1 deletions
|
@ -4,10 +4,13 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "nightly"
|
||||
install:
|
||||
- "pip install -e ."
|
||||
- "pip install -q behave"
|
||||
before_script:
|
||||
- python --version
|
||||
# command to run tests
|
||||
script:
|
||||
- python --version
|
||||
- behave
|
||||
|
|
Loading…
Add table
Reference in a new issue