Nope, nevermind. Dont use tox for tests.

This commit is contained in:
Matt Wright
2013-12-19 15:11:50 -05:00
parent 06ce1c68fd
commit d95a8c9364
+2 -2
View File
@@ -7,12 +7,12 @@ python:
install:
- pip install . --quiet
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib --quiet --use-mirrors; fi"
- pip install tox simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee bcrypt --quiet
- pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee bcrypt --quiet
services:
- mongodb
script: tox
script: nosetests
branches:
only: