This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 11language : python
2-
2+ sudo : true
3+ dist : xenial
4+ cache : pip
35deploy :
46 provider : pypi
57 user : gitcoin
68 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
911 on :
1012 tags : true
11-
1213addons :
1314 apt :
1415 update : true
15-
1616matrix :
1717 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
2322install : pip install .
24-
2523script :
26- - python setup.py test
27-
24+ - python setup.py test
2825notifications :
2926 email : false
You can’t perform that action at this time.
0 commit comments