Commit 5482f55b authored by Christian Wygoda's avatar Christian Wygoda

Travis build matrix for WTF 1&2

parent 59b3daa6
...@@ -4,7 +4,11 @@ python: ...@@ -4,7 +4,11 @@ python:
- "2.7" - "2.7"
- "3.3" - "3.3"
install: "pip install -r travis.txt --use-mirrors" env:
- REQUIREMENTS=travis_wtf1.txt
- REQUIREMENTS=travis_wtf2.txt
install: "pip install -r $REQUIREMENTS --use-mirrors"
services: mongodb services: mongodb
......
Flask>=0.7 Flask>=0.7
wtforms wtforms<2.0
Flask-SQLAlchemy>=0.15 Flask-SQLAlchemy>=0.15
peewee peewee
wtf-peewee wtf-peewee
......
Flask>=0.7
wtforms>=2.0
Flask-SQLAlchemy>=0.15
peewee
wtf-peewee
flask-mongoengine
pillow
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment