mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
cleanup as per code review
This commit is contained in:
parent
330acc2d45
commit
26df9c7a84
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: ~> 1.0
|
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
os: linux
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
|
@ -49,12 +48,11 @@ aliases:
|
||||||
- /c/Python36
|
- /c/Python36
|
||||||
- /c/Python37
|
- /c/Python37
|
||||||
- /c/Python38
|
- /c/Python38
|
||||||
- /c/Python39
|
|
||||||
- /c/ProgramData/chocolatey/lib
|
- /c/ProgramData/chocolatey/lib
|
||||||
- /c/ProgramData/chocolatey/bin
|
- /c/ProgramData/chocolatey/bin
|
||||||
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version $JRNL_PYTHON_VERSION --pre
|
- choco install python --version $JRNL_PYTHON_VERSION
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip --version
|
- pip --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue