File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
- # cache package wheels (1 cache per python version)
3
2
cache : pip
4
- # newer python versions are available only on xenial (while some older only on trusty) Ubuntu distribution
5
3
dist : xenial
6
4
sudo : required
7
-
8
5
jobs :
9
6
include :
10
- - name : " Typecheck Django test suite"
7
+ - name : Typecheck Django test suite
11
8
python : 3.7
12
- script : |
13
- python ./scripts/typecheck_tests.py
9
+ script : ' python ./scripts/typecheck_tests.py'
14
10
15
- - name : " Run plugin test suite with python 3.7"
11
+ - name : Run plugin test suite with python 3.7
16
12
python : 3.7
17
13
script : |
18
14
set -e
19
15
pytest
20
16
21
- - name : " Lint with black"
17
+ - name : Lint with black
22
18
python : 3.7
23
- script : |
24
- black --check --line-length=120 django-stubs/
19
+ script : ' black --check --line-length=120 django-stubs/'
25
20
26
21
before_install : |
27
22
# Upgrade pip, setuptools, and wheel
28
23
pip install -U pip setuptools wheel
29
-
30
24
install : |
31
25
pip install -r ./dev-requirements.txt
32
26
pip install -r ./scripts/typecheck-tests-requirements.txt
27
+
28
+ deploy :
29
+ provider : pypi
30
+ user : " mkurnikov"
31
+ password :
32
+ secure : 0E+hkaIdtpEtyL1KZeglunZ5/PKjouFfa8ljakAwoig7VNUL+2sO/bTyg38wRQl0NvzDzEHSMEt1bzg4Tq7b7Zp6nLuewG/w7mGLzqaOlTySiPEfRsg8s6uO2KrTn7g9VhlXH6UtyTXoQdMt6aE8+bt/GmEesanS57NB2mhwmylFgQwlJFu4LfIv/+aGmc4eLeGI2Qhvs9QYf7qvYlLQldgFh8mAckQEEvaBg35sf+puypZgf4nkx1k/dfG9wnFWZU8PJ41LbMw/Wj+k/9NpF8ePwiAr0fvRMErZd8nvoiWjQQjhzgrLVHhXEP5pTHh3zjDuGFMWyKuBhC6WLsG4qOQz/HvxeYvNI+jaTp15BgxtefG/pCNDUl/8GlCde7xVt7xzEcYNJSRaZPY2oofEFSd9qDnr4kqmyCXpNsaHRHvkL61bFjXUcfOsMMYvQCC6N2Jjb7S97RbnDdkOZO/lnFhVANT2rigsaXlSlWyN6f7ApxDNvu6Ehu5yrx6IjlPZJ0sI9vvY3IoS6Fik7w9E6zjNVjbmUn1D4MKFP4v5ppNASOqYcZeLd42j8rjEp0gIc3ccz9aUIT9q8VqSXSdUbqA6SVwvHXIVPxJMXj0bqWBG1iKs0cPBuzRVpRrwkENWCSWElDAewM1qFEnK0LppyoYFbqoQ8F5FG0+re7QttKQ=
33
+ on :
34
+ tags : true
You can’t perform that action at this time.
0 commit comments