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.
2 parents b529776 + 205f096 commit 7140f44Copy full SHA for 7140f44
.travis.yml
@@ -11,6 +11,14 @@ env:
11
- DJANGO_VERSION=1.8
12
- DJANGO_VERSION=1.9
13
14
+cache:
15
+ - pip
16
+ - directories:
17
+ - rest_framework_docs/static/node_modules/
18
+
19
+before_install:
20
+ - nvm install 5
21
22
install:
23
- cd rest_framework_docs/static/ && npm install && cd ../../
24
- pip install -r requirements.txt
codecov.yml
@@ -0,0 +1,11 @@
1
+coverage:
2
+ precision: 2
3
+ round: down
4
+ range: "70...100"
5
6
+ status:
7
+ project: false
8
+ patch: false
9
+ changes: false
10
+comment: off
0 commit comments