Skip to content

Commit

Permalink
Remove remnants of the old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 29, 2020
1 parent 0e0eb8d commit ddadce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio
=======================================================================

.. image:: https://travis-ci.org/MagicStack/asyncpg.svg?branch=master
:target: https://travis-ci.org/MagicStack/asyncpg

.. image:: https://ci.appveyor.com/api/projects/status/9rwppnxphgc8bqoj/branch/master?svg=true
:target: https://ci.appveyor.com/project/magicstack/asyncpg

.. image:: https://github.com/MagicStack/asyncpg/workflows/Tests/badge.svg
:target: https://github.com/MagicStack/asyncpg/actions?query=workflow%3ATests+branch%3Amaster
:alt: GitHub Actions status
.. image:: https://img.shields.io/pypi/v/asyncpg.svg
:target: https://pypi.python.org/pypi/asyncpg
:target: https://pypi.python.org/pypi/asyncpg

**asyncpg** is a database interface library designed specifically for
PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
Expand Down
6 changes: 1 addition & 5 deletions tests/test_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
_system = platform.uname().system


if os.environ.get('TRAVIS_OS_NAME') == 'osx':
# Travis' macOS is _slow_.
POOL_NOMINAL_TIMEOUT = 0.5
else:
POOL_NOMINAL_TIMEOUT = 0.1
POOL_NOMINAL_TIMEOUT = 0.1


class SlowResetConnection(pg_connection.Connection):
Expand Down

0 comments on commit ddadce9

Please sign in to comment.