Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
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 |
|
|
|
|
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.