Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Update requirements and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Dec 7, 2016
1 parent 8be11da commit 6225d7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# for running
wsgicli
jinja2

# for packaging
twine
Expand Down
1 change: 0 additions & 1 deletion requirements/general.txt

This file was deleted.

4 changes: 4 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Requirements file for tox
jinja2
pytest
freezegun
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ envlist =
[testenv]
basepython = python3.6
setenv=PYTHONPATH = {toxinidir}:{toxinidir}
deps =
pytest
jinja2
freezegun
deps = -rrequirements/test.txt
commands = python setup.py test

[testenv:py35]
Expand Down

0 comments on commit 6225d7b

Please sign in to comment.