mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
update python version for ci
This commit is contained in:
parent
13631b9a68
commit
716ad98f97
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
|
dist: xenial # required for Python >= 3.7
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "3.7"
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
|
||||||
install:
|
install:
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
- "pip install -q behave"
|
- "pip install -q behave"
|
||||||
|
|
Loading…
Add table
Reference in a new issue