diff --git a/testsapp/requirements.txt b/testsapp/requirements.txt
index 6513ae3..0fcad0f 100644
--- a/testsapp/requirements.txt
+++ b/testsapp/requirements.txt
@@ -1,5 +1,5 @@
-pytest
-pytest-django
+pytest==2.9.0
+pytest-django==2.9.1
 pytest-cov
 boto
-south
\ No newline at end of file
+south
diff --git a/tox.ini b/tox.ini
index d77ba72..25e013b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
 [tox]
 # for py 3.x we are using only django 1.6.x as 1.5.x had only "experimental py3 support"
 envlist =
-    py{27,py}-dj{14,15,16,17,18},
-    py{33,34}-dj{15,16,17,18},
+    py{27,py}-dj{14,15,16,17,18,19},
+    py{33,34}-dj{15,16,17,18,19},
     py27-cov
 skipsdist = True
 usedevelop = True
@@ -21,7 +21,7 @@ deps =
     dj16: django>=1.6,<1.6.999
     dj17: django>=1.7,<1.7.999
     dj18: django>=1.8,<1.8.999
-    dj19: https://github.com/django/django/archive/master.tar.gz#egg=django
+    dj19: django>=1.9,<1.9.999
 setenv =
     DJANGO_SETTINGS_MODULE = testsapp.tests_settings
     PYTHONPATH = {toxinidir}/testsapp:{toxinidir}