mirror of
https://github.com/kennethreitz-archive/args.git
synced 2026-06-21 15:40:57 +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
|