OTX-Python-SDK/.travis.yml
2019-06-18 19:13:12 -05:00

17 lines
312 B
YAML

language: python
python:
- 2.7
- 3.6
# command to install dependencies
#install: "pip install -r requirements.txt"
install:
- python setup.py install
- pip install requests python-dateutil pytz
before_script:
- chmod +x tests/test_client.py
# command to run tests
script: python tests/test_client.py