Skip to content

Commit

Permalink
Better requirements for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed May 26, 2015
1 parent af84e51 commit b5504ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions requirements-dev.txt
@@ -0,0 +1,11 @@
tox>=2.0

coveralls
python-coveralls

flake8==2.1.0
pylint
pyflakes

sphinx
sphinx_rtd_theme
14 changes: 5 additions & 9 deletions requirements.txt
Expand Up @@ -3,16 +3,12 @@ django-coverage>=1.2
nose>=1.3
django-nose>=1.4
nose-progressive>=1.5
tox>=2.0

coveralls
python-coveralls

flake8==2.1.0
six

sphinx
sphinx_rtd_theme

jsonfield
django-json-field
django-json-field

#mysql-python
#psycopg2 # not pypy compatible
#psycopg2cffi # pypy2+ compatible

0 comments on commit b5504ac

Please sign in to comment.