Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Add tox and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Sep 26, 2012
1 parent 13a0887 commit 2466d23
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: python
python:
- 2.7
install: pip install tox --use-mirrors
script: tox
16 changes: 16 additions & 0 deletions tox.ini
@@ -0,0 +1,16 @@
[tox]
envlist = py27
downloadcache = .tox/_download/

[testenv]
commands =
make test
deps =
django>=1.4
django-nose==0.1.3
coverage>=3.4
tablib==0.9.11
celery==3.0.9
django-celery==3.0.9
flake8
mock

0 comments on commit 2466d23

Please sign in to comment.