mirror of
https://github.com/nikdoof/businesshours.git
synced 2025-12-23 14:49:28 +00:00
Add basic TravisCI configuration.
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
install:
|
||||
- "pip install coverage"
|
||||
script:
|
||||
- "coverage run --source=businesshours setup.py test"
|
||||
Reference in New Issue
Block a user