Skip to content

Commit 66aee40

Browse files
committed
workaround for testing with python 3.7 in Travis CI (travis-ci/travis-ci#9069 (comment))
1 parent 473b395 commit 66aee40

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: python
2+
sudo: required
3+
dist: xenial
24

35
python:
46
- 3.5

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Many thanks to `Bouke Haarsma`_ for writing django-user-sessions.
179179
Development
180180
===========
181181

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 .``
184184

185185

186186
TODO
@@ -193,7 +193,7 @@ TODO
193193

194194
- Write more tests
195195

196-
- Performance benchmark (and compare with Django's `cached_db`)
196+
- Performance benchmark (and compare with Django's ``cached_db``)
197197

198198
Contributions are welcome!
199199

0 commit comments

Comments
 (0)