File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed
Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.6"
4- - " 2.7"
5- - " 3.3"
6- - " 3.4"
7- - " 3.5"
8- - " 3.6"
9- - " pypy"
10- - " pypy3"
11-
3+ - ' 2.6'
4+ - ' 2.7'
5+ - ' 3.3'
6+ - ' 3.4'
7+ - ' 3.5'
8+ - ' 3.6'
9+ - pypy
10+ - pypy3
1211install :
13- - travis_retry pip install coveralls
14-
12+ - travis_retry pip install coveralls
1513script :
16- - coverage run --source=jsonpointer tests.py
17-
14+ - coverage run --source=jsonpointer tests.py
1815after_script :
19- - coveralls
20-
16+ - coveralls
2117sudo : false
18+ deploy :
19+ provider : pypi
20+ user : skoegl
21+ password :
22+ secure : g+81X6n8etmQQ9ZbxoSx/OoXsDHBwgoBlesnrYP4RBHLoez3wBbI2w1tu7Uce2irWMmkoFIpQHguXxOqHVoGzx18s1njp9/1fyrJ3f6gYbcQrUnwRFjYGcIc0TUSTI9dLpnRKCp9glNwIvPx7n6/5avZIaXveLU9j4DIm1xA1ZM=
23+ on :
24+ tags : true
25+ distributions : sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments