Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (13 sloc) 234 Bytes
language: python
python:
- "2.7.12"
- "3.5"
install:
- pip install --upgrade pip
- python --version
- pip --version
- pip install -r requirements.txt
# command to run tests
script: python setup.py test
os:
- linux