Add basic TravisCI configuration.

This commit is contained in:
2014-02-19 23:06:23 +00:00
parent 75234e4934
commit df8dad91a5

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
install:
- "pip install coverage"
script:
- "coverage run --source=businesshours setup.py test"