From 3044d8a5ba0760cbf47f7acbe23d4648fcf6de6c Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 19 Jun 2012 14:51:06 -0400 Subject: [PATCH] Add travis --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4bd50a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python + +python: + - 2.5 + - 2.6 + - 2.7 + +install: + - pip install Flask Flask-Login Flask-Principal Flask-WTF Flask-Mail passlib nose Flask-SQLAlchemy Flask-MongoEngine pybcrypt --use-mirrors + - pip install . --use-mirrors + +script: nosetests \ No newline at end of file