Skip to content

Commit c24bb21

Browse files
sonus21sonu-zomato
authored andcommitted
Use pypy as well
1 parent 866ffb9 commit c24bb21

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ python:
66
- 3.6
77
- 3.7
88
- 3.8
9+
- pypy
10+
- pypy3
911
cache: pip
1012
install:
1113
- pip install -r requirements-dev.txt

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
==============================
1+
=============
22
Error Tracker
3-
==============================
3+
=============
44

5-
Full featured error tracking module for Python apps supports Flask and Django
5+
**Full featured error tracking module for Python apps supports Flask and Django**
66

77
.. image:: https://travis-ci.org/sonus21/error-tracker.svg?branch=master
88
:target: https://travis-ci.org/sonus21/error-tracker
@@ -179,7 +179,7 @@ You should see output similar to::
179179

180180
.............................................
181181
----------------------------------------------------------------------
182-
Ran 29 tests in 1.144s
182+
Ran 31 tests in 1.144s
183183

184184
OK
185185

0 commit comments

Comments
 (0)