debian-django-ckeditor/tox.ini

11 lines
275 B
INI

[tox]
envlist=py27,py34
[testenv]
commands=bash -exc "python manage.py test ckeditor_demo"
whitelist_externals=/bin/bash
setenv=DJANGO_SETTINGS_MODULE=ckeditor_demo.settings
deps=https://www.djangoproject.com/download/1.7c3/tarball/
Pillow==2.5.3
selenium==2.42.1