Never mind, travis is annoying.
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.1"
|
|
||||||
- "3.2"
|
- "3.2"
|
||||||
install:
|
install:
|
||||||
- python setup.py -q install
|
- python setup.py -q install
|
||||||
- pip install unittest2
|
|
||||||
script:
|
script:
|
||||||
- nosetests
|
- nosetests
|
||||||
- python -m doctest README.rst
|
- python -m doctest README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user