mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 16:16:50 +08:00
10 lines
177 B
YAML
10 lines
177 B
YAML
language: python
|
|
python:
|
|
- "3.3"
|
|
- "3.4"
|
|
# command to install dependencies
|
|
install:
|
|
- "pip install -r test/test-requirements.txt"
|
|
# command to run tests
|
|
script: nosetests
|