File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - 2.7
4
- - 3.3
5
- - 3.4
6
- - 3.5
7
3
- 3.6
4
+ - 3.5
5
+ - 3.4
6
+ - 3.3
7
+ - 2.7
8
8
install :
9
9
- pip install .[avro] coverage mock
10
10
before_script :
@@ -19,12 +19,16 @@ script:
19
19
- HDFSCLI_TEST_URL="$WEBHDFS_URL" nosetests --with-coverage --cover-package=hdfs
20
20
- HDFSCLI_TEST_URL="$HTTPFS_URL" nosetests --with-coverage --cover-package=hdfs
21
21
after_script :
22
- - ./scripts/hadoop.sh stop
22
+ - " ./scripts/hadoop.sh stop"
23
23
- rm -r "$(dirname "$HADOOP_HOME")" "$HADOOP_CONF_DIR"
24
- deploy :
25
- provider : pypi
26
- user : mtth
27
- password :
28
- secure : pJUxlxpB92jDCsAaMP67opcnu61A78BO02qhpvsdkXwCpJFBNBitgvqc8pfD1yCvkIPnCMjdhFKkJEUAqf3aCwAsLiCtL0xWqdwTpb9Ae3BkOsV4CpZZL3jkWAjiPWaPjZi3wbfJoSelTPB9NL6LuJ4KUfbBo4S1esQ1B3vCKuI=
29
- on :
30
- tags : true
24
+ jobs :
25
+ include :
26
+ - stage : deploy to Pypi
27
+ script : skip
28
+ deploy :
29
+ provider : pypi
30
+ user : mtth
31
+ password :
32
+ secure : Oslw+ounXMBnCgUTF5wfXXvt/Tdxpm+pawVCP9EXdQyTO9zqmZ+aydXYhXl8Tlon/Cf4nHUWw43J67/SUx/gozSrkSRfsZ1kA9I9J6SvaxQpdHGwKTEFGuWVHNIwfRgeJ8GGPr8lBCG2LSnhRu1YPDO6R/jPdbcFbi7wMIAPjQA=
33
+ on :
34
+ tags : true
Original file line number Diff line number Diff line change 9
9
import logging as lg
10
10
11
11
12
- __version__ = '2.5.5 '
12
+ __version__ = '2.5.6 '
13
13
__license__ = 'MIT'
14
14
15
15
You can’t perform that action at this time.
0 commit comments