fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Random tests are random

This commit is contained in:
Felipe Martin 2014-05-26 17:12:01 +02:00
parent 1cb034b912
commit a19c2f7ea0
3 changed files with 20 additions and 2 deletions

5
.gitignore vendored
View File

@ -3,7 +3,8 @@ node_modules
# Python
*.pyc
.virtualenv
.virtualenv*
.tox
# OS X
.DS_Store
@ -24,4 +25,4 @@ static_components
shelfzilla/media/
# i18n
django.pot
django.pot

10
setup.py Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env python
from distutils.core import setup
setup(
name='shelfzilla',
version='0.1.0',
author='Felipe Martin',
author_email='fmartingr@me.com',
packages=['shelfzilla']
)

7
tox.ini Normal file
View File

@ -0,0 +1,7 @@
[tox]
envlist = py27, py33, py34
[testenv]
deps =
-r{toxinidir}/config/requirements.txt