Skip to content

Commit

Permalink
Correction tox.ini et .travis.yml pour les tests unitaires
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Sep 15, 2015
1 parent be9fcba commit 7505588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
global:
- secure: "azmDZZQZzf88zpbkYpLpxI66vpEVyv+kniW0QdWAt4qlys8P5OcO3VJBR5YT85vlvnjN9b6raWQAL1ymee0WmVdTmzXed8XjZv7t9QXVw7pfezxMKlEftVp/4Cu4wtvbew0ViZXNWV2hNXHzEqlhgnoIOq94i0UzZ7grMrI0xm0="
matrix:
- TEST_APP="-e back_mysql -- zds.member zds.mp zds.utils zds.forum zds.gallery zds.pages zds.search"
- TEST_APP="-e back_mysql_tuto -- zds.article zds.tutorial zds.tutorialv2"
- TEST_APP="-e back_mysql -- zds.member zds.mp zds.utils zds.forum zds.gallery zds.pages zds.search zds.featured"
- TEST_APP="-e back_mysql -- zds.article zds.tutorial zds.tutorialv2"
- TEST_APP="-e front"


Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ commands =
coverage run --source='.' {toxinidir}/manage.py test {posargs}
flake8

[testenv:back_mysql_tuto]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
MySQL-python
ujson
commands =
coverage run --source='.' {toxinidir}/manage.py test {posargs}
flake8

[testenv:back]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit 7505588

Please sign in to comment.