diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..023c25e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.3" +install: "pip install Flask werkzeug jinja2 peewee wtforms wtf-peewee simplejson" +script: "python runtests.py" +notifications: + email: false