File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
+ sudo : required
3
+ dist : xenial
2
4
3
5
python :
4
6
- 3.5
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Many thanks to `Bouke Haarsma`_ for writing django-user-sessions.
179
179
Development
180
180
===========
181
181
182
- * Install development dependencies in your virtualenv with `pip install -e '.[dev]' `
183
- * Run tests with coverage using `py.test --cov . `
182
+ * Install development dependencies in your virtualenv with `` pip install -e '.[dev]' ` `
183
+ * Run tests with coverage using `` py.test --cov . ` `
184
184
185
185
186
186
TODO
193
193
194
194
- Write more tests
195
195
196
- - Performance benchmark (and compare with Django's `cached_db `)
196
+ - Performance benchmark (and compare with Django's `` cached_db ` `)
197
197
198
198
Contributions are welcome!
199
199
You can’t perform that action at this time.
0 commit comments