mirror of https://github.com/mahmoud/boltons.git
adding initial .travis.yml, hold onto yr butts
This commit is contained in:
parent
9a6a375ada
commit
bca4985ffe
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
install: "pip install -r requirements-test.txt"
|
||||||
|
script: py.test --doctest-modules boltons
|
Loading…
Reference in New Issue