mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
9 lines
183 B
YAML
9 lines
183 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
# command to install dependencies
|
|
install: "pip install -r requirements.txt"
|
|
# command to run tests
|
|
script: nosetests
|
|
notifications:
|
|
email: false
|