http://docs.travis-ci.com/user/migrating-from-legacy/
(cherry picked from commit bec0013)
10 lines
122 B
YAML
10 lines
122 B
YAML
---
|
|
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -e .[develop]
|
|
script:
|
|
- nosetests --with-doctest
|
|
sudo: false
|