forked from graphql-python/graphql-relay-py
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
27 lines (25 loc) · 1.08 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: python
dist: xenial
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
install:
- pip install .
- pip install "flake8>=3.7,<4"
script:
- python setup.py test -a "--cov=graphql_relay"
- flake8 setup.py src tests
after_success:
- pip install coveralls
- coveralls
deploy:
provider: pypi
user: mvanlonden
on:
tags: true
password:
secure: lUjQFe6E6UM91o3Zm9diNUK+6V9a/2vWd2bqRUlvDaWR1meqnxbBPlMEH2yw/uWoBs7/cDzDtsy/cPpJxpeBDNbjFxhk5S1ztXQxnnN0p7CKkzdh2XpPWlrg8KL3eYXWvLXtcMFBxe6H3hKwGx9hNpTUAZVpl3WWE5QrzJMeCHJWQpB1aAuuc1LEGpW2/oPYmGOJuYhqwsqE1bheJxGu1coKWwKmV5qwXBBsK6nIgY38q013V1UUGDJ1O5Whv1A6Bt+SLIiyVVr3ZnPW2PBpLzmltnejUV7+FSca+gzlX5iuuEN7Zk+QR+GdXMqJAOYObiVC0ZQ+MFXlA53pnGjDeAGnUTh+nh9kAy5eC8ELTPo3T3OOC7jXotKIerCgCpw7uvf218Cf5K7rR5ebF4geZhFEp77xiAZ4HpjT35EGBiK2zsL3+C6C/rev5xvChbewxpgTUIhjAcy9HOa7ZUMnGT05BxPgXupSjSBlgPnxrYZX5w4VBVsYmagimqWlvV/1indqIDMzphjcCtKW9LwmWW18kghoXR5gl155nHYabBjMku+FapHFS6x8KYsmil836hbwP0Kwb45S1lUGEoYjXSSofwOPi3V9UUUcSMB9NR11HjiqFl1fVZ/Z0esunUafEbdiQ7QDp6q8TuKq4+rRhj6//S3TdcmY0go/iMaKLEI=
distributions: "sdist bdist_wheel"