Remove pypy tests

This commit is contained in:
Matt Wright
2013-09-03 13:08:13 -04:00
parent 13422e046f
commit 0103bf4269
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -3,12 +3,11 @@ language: python
python:
- "2.6"
- "2.7"
- "pypy"
install:
- pip install . --quiet
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install importlib --quiet --use-mirrors; fi"
- pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee bcrypt MySQL-python --quiet
- pip install nose simplejson Flask-SQLAlchemy Flask-MongoEngine Flask-Peewee py-bcrypt MySQL-python --quiet
before_script:
- mysql -e 'create database flask_security_test;'
+2 -2
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, pypy
envlist = py26, py27
[testenv]
deps =
@@ -8,6 +8,6 @@ deps =
Flask-SQLAlchemy
Flask-MongoEngine
Flask-Peewee
bcrypt
py-bcrypt
commands = nosetests []