This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree 1 file changed +10
-13
lines changed
1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
-
2
+ sudo : true
3
+ dist : xenial
4
+ cache : pip
3
5
deploy :
4
6
provider : pypi
5
7
user : gitcoin
6
8
password :
7
- secure : " placeholder "
8
- distributions : " sdist bdist_wheel"
9
+ secure : HxDdN1nSHTZ7uzXascdkmbHqwM0QoF1BcOmeTyn1EODov+tiJP20p6aFeMyeypNHVGACkBI0zF6NKg2/WLhMm8Se4EmnPZrTcTDbJjqpgnGDeMsLwLoAjl8TmZNMLw937GQcv/A04bgXKMWZkh5OSFxQePPTnqe4+ElA8RCURe+XFu75XHcjpWa+Nt3jBcePB7fIwx/VYtyjjwfRv5rJ4HKB7IhLa0jEMSpcKY9a/RtZbzxUNTakK7apk4Ra8K/uYhdg/cFaI5CyY37nc2mVOTKWwTqMQfIeeAkknFgVgjWTWoSIuengc+MpHpqliNdDrI/5creJZYJFQ5lUB8X3l6XsXDguSpImnPyr9jCI4AruoWL9OM1o+AhdYGvbdbNVGVIMYe1UMP7NXQ2zubXNVb4yE6+WCFfh1lMsxDfxOmD1mro1BRlD8QU5f0zSkxyc8ER6W4b6C7hPIoFqtRfwV9T5XO41U+Gbb4AN6fn65V27N8l1FP61EK3WO8KaLhePnnGz1nuhaOMPxFmhpbSEQVXzD2nYE5xqH8O87qJDZli23A9WBYHexp6PTh5s63ehtImcET25AofFH5WCImmZH2iaoo48oZs02KrzUdtjYHcwoeJP/+mCp5vfXSTD8FtgF088WM/mnLbVQzNtBKfMDAvF7LrQ5zRcYqmVwmt4bPA=
10
+ distributions : sdist bdist_wheel
9
11
on :
10
12
tags : true
11
-
12
13
addons :
13
14
apt :
14
15
update : true
15
-
16
16
matrix :
17
17
include :
18
- - python : 3.4
19
- - python : 3.5
20
- - python : 3.6
21
- # - python: 3.7 # As of 2018-07-18T13-10-00Z, Python 3.7 is not available on Travis just yet.
22
-
18
+ - python : 3.4
19
+ - python : 3.5
20
+ - python : 3.6
21
+ - python : 3.7
23
22
install : pip install .
24
-
25
23
script :
26
- - python setup.py test
27
-
24
+ - python setup.py test
28
25
notifications :
29
26
email : false
You can’t perform that action at this time.
0 commit comments