[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/NeutralCode/python-binance/develop/.travis.yml [Back]  [Original]

language: python

python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"

install:
  - pip install -r test-requirements.txt
  - pip install -r requirements.txt
  - pip install tox-travis

script:
  - tox

after_success:
  - coveralls

Web Proxy Viewer  |  New URL  |  Original Page