Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 27b0e87

Browse files
committed
Fix #4 - Update travis for 3.7 and enable pypi deployments
1 parent f639cad commit 27b0e87

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.travis.yml

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
language: python
2-
2+
sudo: true
3+
dist: xenial
4+
cache: pip
35
deploy:
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-
1213
addons:
1314
apt:
1415
update: true
15-
1616
matrix:
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
2322
install: pip install .
24-
2523
script:
26-
- python setup.py test
27-
24+
- python setup.py test
2825
notifications:
2926
email: false

0 commit comments

Comments
 (0)