Setup Travis CI config
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
install: "pip install -r requirements.txt"
|
||||||
|
script: nosetests
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# Warlock
|
# Warlock
|
||||||
|
|
||||||
|
[](https://travis-ci.org/bcwaldon/warlock)
|
||||||
|
|
||||||
Build self-validating python objects using JSON schemas.
|
Build self-validating python objects using JSON schemas.
|
||||||
|
|
||||||
1) Create your schema
|
1) Create your schema
|
||||||
|
|||||||
Reference in New Issue
Block a user