Skip to content

Commit

Permalink
Group requirement files.
Browse files Browse the repository at this point in the history
* Add javascript in editorconfig.
  • Loading branch information
akatsoulas committed Oct 25, 2016
1 parent 8dcbbd4 commit 409acf6
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -8,7 +8,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,rst,ini}]
[*.{py,rst,ini,js}]
indent_style = space
indent_size = 4

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -34,7 +34,7 @@ Does the code actually work?
::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ pip install -r requirements/requirements_test.txt
(myenv) $ python runtests.py

License
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

2 changes: 2 additions & 0 deletions requirements/requirements.txt
@@ -0,0 +1,2 @@
django>=1.9.6
oic==0.9.1
6 changes: 6 additions & 0 deletions requirements/requirements_dev.txt
@@ -0,0 +1,6 @@
# Include base requirements
-r requirements.txt

bumpversion==0.5.3
wheel==0.29.0

7 changes: 7 additions & 0 deletions requirements/requirements_test.txt
@@ -0,0 +1,7 @@
# Include base requirements.
-r requirements.txt

coverage==4.2
mock>=1.0.1
flake8>=2.1.0
tox>=1.7.0
4 changes: 0 additions & 4 deletions requirements_dev.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements_test.txt

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -12,4 +12,4 @@ deps =
django-18: Django>=1.8,<1.9
django-19: Django>=1.9,<1.10
django-110: Django>=1.10
-r{toxinidir}/requirements_test.txt
-r{toxinidir}/requirements/requirements_test.txt

0 comments on commit 409acf6

Please sign in to comment.