Codebase list python-grequests / e1ca7a57-8a79-40ad-8920-2d4c4db2de3a/upstream/0.6.0 .travis.yml
e1ca7a57-8a79-40ad-8920-2d4c4db2de3a/upstream/0.6.0

Tree @e1ca7a57-8a79-40ad-8920-2d4c4db2de3a/upstream/0.6.0 (Download .tar.gz)

.travis.yml @e1ca7a57-8a79-40ad-8920-2d4c4db2de3a/upstream/0.6.0raw · history · blame

dist: xenial
language: python


python:
  - "2.7"
  - "3.6"
  - "3.7"


install:
  - pip install -r requirements.txt
  - pip install pytest

script:
  - pytest tests.py


deploy:
  provider: pypi
  distributions: "sdist bdist_wheel"
  user: "spyoungtech"
  password:
    secure: "QtuuH0X/A/iQI23MxvqsnxUy63XD5awJHDkeQNmUDIGGQqIox2DTYKoc6x354I5wpqprtODQRYRqIsA9+2cpRcF49Ft50cvi3cmuoeozkID3ybQyLHCIcJ4CKt6X+h2LFbrgqyyBcny7tKQlYr4/nsjeQegPblnJ6OTljJgJyE0="
  on:
    tags: true
    python: 3.6