mirror of
https://github.com/empayre/OTX-Python-SDK.git
synced 2024-11-06 09:55:20 +00:00
17 lines
312 B
YAML
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
|