Skip to content

Commit

Permalink
using tox and pytest to run test now
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue Kouka committed Oct 7, 2015
1 parent bf3346a commit a2d65f7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
30 changes: 19 additions & 11 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
Jinja2>=2.7.3
Jinja2>=2.8
Markdown>=2.6.2
MarkupSafe>=0.23
PyYAML>=3.11
argparse>=1.2.1
backports.ssl-match-hostname>=3.4.0.2
certifi>=14.05.14
coverage>=4.0a5
distribute>=0.6.24
certifi>=2015.9.6.2
click>=5.1
coverage>=4.0
coveralls>=1.0
docopt>=0.6.2
ghp-import>=0.4.1
livereload>=2.3.2
mkdocs>=0.12.2
oauthlib>=0.7.2
livereload>=2.4.0
mccabe>=0.3.1
mkdocs>=0.14.0
oauthlib>=1.0.3
pep8>=1.6.2
pluggy>=0.3.1
py>=1.4.30
pyflakes>=1.0.0
pytest>=2.8.1
python-dateutil>=2.2
python-dateutil>=2.4.2
rauth>=0.7.1
requests>=2.7.0
requests-oauthlib>=0.4.2
requests-oauthlib>=0.5.0
six>=1.9.0
tornado>=4.1
yahoo-oauth>=0.1.6
tornado>=4.2.1
tox>=2.1.1
virtualenv>=13.1.2
yahoo-oauth>=0.1.7
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
envlist = py27,py34

[testenv]
changerdir=tests
deps=
-rrequirements.txt
pytest
coverage
commands=
-py.test -v tests/tests.py
-coverage report

0 comments on commit a2d65f7

Please sign in to comment.