File tree Expand file tree Collapse file tree 1 file changed +23
-14
lines changed
Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change 11language : python
2- sudo : False
2+ sudo : false
33python :
4- - " 2.7"
5- - " 3.5"
4+ - ' 2.7'
5+ - ' 3.5'
66env :
7- - DJANGO="Django>=1.8.0,<1.9.0"
8- - DJANGO="Django>=1.9.0,<1.10.0"
9- - DJANGO="Django>=1.10,<1.11.0"
10- - DJANGO="Django>=1.11,<1.12.0"
7+ - DJANGO="Django>=1.8.0,<1.9.0"
8+ - DJANGO="Django>=1.9.0,<1.10.0"
9+ - DJANGO="Django>=1.10,<1.11.0"
10+ - DJANGO="Django>=1.11,<1.12.0"
1111install :
12- - pip install .
13- - pip install flake8
14- - pip install coveralls
12+ - pip install .
13+ - pip install flake8
14+ - pip install coveralls
1515script :
16- - flake8 smoketest
17- - python runtests.py
18- - coverage run --source=smoketest runtests.py
16+ - flake8 smoketest
17+ - python runtests.py
18+ - coverage run --source=smoketest runtests.py
1919after_success :
20- - coveralls
20+ - coveralls
21+ deploy :
22+ provider : pypi
23+ user : ctlpypi
24+ password :
25+ secure : jjlFgnPwHhw1t7nPiR9i4/G8IZ7Wdijlo2oB4ezTD2rPO8xDuLSGDs/m+6L5PDQDu6/Y+sB+HeHcQsHU4NBchBsbdvIOCc/D1RzDU0shlhQPWj/wtzFTPJQsvIdNEpe9qZ3QSQsGlmiKDL/x/lwtpXAHdgufgTXeHf3Y5HoNdAE=
26+ on :
27+ tags : true
28+ distributions : sdist bdist_wheel
29+ repo : ccnmtl/django-smoketest
You can’t perform that action at this time.
0 commit comments