adding initial .travis.yml, hold onto yr butts

This commit is contained in:
Mahmoud Hashemi 2015-04-09 21:37:13 -07:00
parent 9a6a375ada
commit bca4985ffe
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements-test.txt"
script: py.test --doctest-modules boltons