diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..3dd6aa8ce --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.7" + - "3.2" +# command to install dependencies +install: "pip install -r requirements.txt --use-mirrors" +# command to run tests +script: nosetests \ No newline at end of file diff --git a/demo_app/data.db b/demo_app/data.db index 8b5490336..401f36820 100644 Binary files a/demo_app/data.db and b/demo_app/data.db differ