Quellcode durchsuchen

remove ci info from backend readme + update path info

Guénaël Muller vor 8 Jahren
Ursprung
Commit
df344b96bf
1 geänderte Dateien mit 4 neuen und 16 gelöschten Zeilen
  1. 4 16
      backend/README.md

+ 4 - 16
backend/README.md Datei anzeigen

1
-[![Build Status](https://travis-ci.org/tracim/tracim_backend.svg?branch=master)](https://travis-ci.org/tracim/tracim_backend)
2
-[![Coverage Status](https://coveralls.io/repos/github/tracim/tracim_backend/badge.svg?branch=master)](https://coveralls.io/github/tracim/tracim_backend?branch=master)
3
-[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tracim/tracim_backend/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tracim/tracim_backend/?branch=master)
4
-
5
 tracim_backend
1
 tracim_backend
6
 ==============
2
 ==============
7
 
3
 
32
 
28
 
33
 get source from github:
29
 get source from github:
34
 
30
 
35
-    git clone https://github.com/tracim/tracim_backend.git
31
+    git clone https://github.com/tracim/tracim_v2.git
36
 
32
 
37
-go to *tracim_backend* directory:
33
+go to *backend* subdirectory:
38
 
34
 
39
-    cd tracim_backend
35
+    cd backend
40
 
36
 
41
 ### Setup Python Virtualenv ###
37
 ### Setup Python Virtualenv ###
42
 
38
 
163
 
159
 
164
 In Tracim, only some user can access to some informations, this is also true in
160
 In Tracim, only some user can access to some informations, this is also true in
165
 Tracim REST API. you can check the [roles documentation](doc/roles.md) to check
161
 Tracim REST API. you can check the [roles documentation](doc/roles.md) to check
166
-what a specific user can do.
167
-
168
-
169
-CI
170
----
171
-
172
-* Code quality: https://scrutinizer-ci.com/g/tracim/tracim_backend/
173
-* Test validation: https://travis-ci.org/tracim/tracim_backend
174
-* Code coverage: https://coveralls.io/github/tracim/tracim_backend
162
+what a specific user can do.