File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11language : python
2+
3+ sudo : false
4+
25python :
36 - 2.7
47 - 3.5
8+
59env :
610 - DJANGO=1.8
711 - DJANGO=1.9
812 - DJANGO=1.10
13+
914matrix :
1015 exclude :
1116 - python : 3.5
1217 env : DJANGO=1.6
1318 - python : 3.5
1419 env : DJANGO=1.7
1520
16-
1721install :
1822 - pip install -q Django==$DJANGO
1923 - pip install -r dev_requirements.txt
2024 - python setup.py install
25+
2126script :
2227 - coverage run --source=djqscsv test_app/manage.py test djqscsv_tests
2328 - flake8 --exclude=migrations djqscsv/ test_app/
29+
2430after_success :
2531 - coveralls
32+
33+ deploy :
34+ provider : pypi
35+ user : azavea
36+ password :
37+ secure : Wb3ow0qdnjFsdIoC2Lvke0Rp6h40WNDkp4Fuyltd0ex2MQMglNo1qHZYlhQvJ/5q7pHEAO7pIqOMzOQ1mls9Za1/AoolEl3zm9b3oW86bAR8AVS/UdCUkkCmPaO+0VsYCt63McaLFA0xQnWxA7kZUkfEeS7RBhT63f+diPqg2fU=
38+ on :
39+ tags : true
40+ distributions : sdist bdist_wheel
41+ repo : azavea/django-queryset-csv
You can’t perform that action at this time.
0 commit comments