We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b724a45 commit 7c89b57Copy full SHA for 7c89b57
.travis.yml
@@ -32,6 +32,7 @@ cache:
32
install:
33
- pip install -q Django==$DJANGO_VERSION # install custom django version
34
- pip install -q djangorestframework==$DJANGO_REST_VERSION # install custom django rest framework version
35
+ - pip install -q mock==2.0.0 # install unittest mocks
36
script:
37
- python setup.py install
38
- cd tests/
requirements_test.txt
@@ -1,2 +1,3 @@
1
Django==1.10.*
2
-djangorestframework=3.6.*
+djangorestframework=3.6.*
3
+mock==2.0.0
0 commit comments