mirror of
https://github.com/kennethreitz-archive/args.git
synced 2026-06-05 07:06:16 +00:00
9 lines
129 B
YAML
9 lines
129 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.2
|
|
install:
|
|
- pip install nose
|
|
- pip install . --use-mirrors
|
|
script: nosetests
|