Skip to content

Commit

Permalink
Merge 2942cca into 65a6300
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei committed Aug 7, 2022
2 parents 65a6300 + 2942cca commit 3d46d67
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
36 changes: 25 additions & 11 deletions .travis.yml
@@ -1,16 +1,30 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"

dist: focal

matrix:
fast_finish: true
include:
- python: '3.5'
- python: '3.6'
- python: '3.7'
- python: '3.8'
- python: '3.8'
dist: jammy
- python: '3.9'
# can't install docopt==0.6.2 in travis env
# - python: '3.9'
# dist: jammy
- python: '3.10'
dist: jammy
- python: 'nightly'
dist: jammy
- python: 'pypy3'
dist: jammy
install:
- pip install coveralls
- pip3 install --upgrade setuptools wheel pytest coverage coveralls
script:
- coverage run setup.py test
- coverage run -m pytest tests/
- coverage combine
after_success:
coveralls
env: TRAVIS=True
- coveralls
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -5,8 +5,8 @@ Python library for `GoReplay Middleware <https://github.com/buger/goreplay>`_ ,

.. image:: https://badge.fury.io/py/gor.svg
:target: https://badge.fury.io/py/gor
.. image:: https://travis-ci.org/amyangfei/GorMW.svg?branch=master
:target: https://travis-ci.org/amyangfei/GorMW
.. image:: https://app.travis-ci.com/amyangfei/GorMW.svg?branch=master
:target: https://app.travis-ci.com/amyangfei/GorMW
.. image:: https://coveralls.io/repos/github/amyangfei/GorMW/badge.svg?branch=master
:target: https://coveralls.io/github/amyangfei/GorMW?branch=master

Expand Down

0 comments on commit 3d46d67

Please sign in to comment.