diff --git a/ci.txt b/ci.txt index 462109c..15a882b 100644 --- a/ci.txt +++ b/ci.txt @@ -1,3 +1,10 @@ -decorator -django-appconf~=1.0.0 -django-jenkins +decorator==4.0.10 +Django==1.9.7 +django-appconf==1.0.2 +django-jenkins==0.19.0 +djangoajax==2.3.6 +funcsigs==1.0.2 +mock==2.0.0 +pbr==1.10.0 +six==1.10.0 +wheel==0.24.0 \ No newline at end of file diff --git a/tests/example/__init__.py b/example/__init__.py similarity index 100% rename from tests/example/__init__.py rename to example/__init__.py diff --git a/tests/example/endpoints.py b/example/endpoints.py similarity index 100% rename from tests/example/endpoints.py rename to example/endpoints.py diff --git a/tests/example/fixtures/categories.json b/example/fixtures/categories.json similarity index 100% rename from tests/example/fixtures/categories.json rename to example/fixtures/categories.json diff --git a/tests/example/fixtures/users.json b/example/fixtures/users.json similarity index 100% rename from tests/example/fixtures/users.json rename to example/fixtures/users.json diff --git a/tests/example/fixtures/widgets.json b/example/fixtures/widgets.json similarity index 100% rename from tests/example/fixtures/widgets.json rename to example/fixtures/widgets.json diff --git a/tests/example/models.py b/example/models.py similarity index 100% rename from tests/example/models.py rename to example/models.py diff --git a/tests/example/tests.py b/example/tests.py similarity index 100% rename from tests/example/tests.py rename to example/tests.py diff --git a/tests/example/views.py b/example/views.py similarity index 100% rename from tests/example/views.py rename to example/views.py diff --git a/tests/manage.py b/manage.py old mode 100755 new mode 100644 similarity index 100% rename from tests/manage.py rename to manage.py