diff --git a/.travis.yml b/.travis.yml index 78504d1..e2e6cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ - psql -c "CREATE DATABASE stalker_test WITH OWNER = stalker_admin ENCODING = 'UTF8' TABLESPACE = pg_default CONNECTION LIMIT = -1;" -U postgres script: - - py.test --cov-report= --cov=stalker tests + - py.test -n auto --cov-report= --cov=stalker tests after_sucess: - codeclimate-test-reporter diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8356d92..f2feedb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,9 +5,12 @@ Stalker Changes 0.2.25.1 ======== -* * **Fix:** Fixed the ``.travis.yml`` file. +* **Update:** Updated the ``.travis.yml`` file to use PostgreSQL 13.3 and + Ubuntu 20.04 Focal Fossa. * **Update:** Updated the ``upload_to_pypi`` command to follow the current Python packaging guide. +* **Update:** Migrated from ``TravisCI.org`` to ``TravisCI.com``. +* **Update:** Re-enabled concurrent testing in ``.travis.yml``. 0.2.25 ====== diff --git a/README.rst b/README.rst index 7f86636..116716f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |travis| |license| |pyversion| |pypiversion| |wheel| -.. |travis| image:: https://travis-ci.org/eoyilmaz/stalker.svg?branch=master - :target: https://travis-ci.org/eoyilmaz/stalker +.. |travis| image:: https://travis-ci.com/eoyilmaz/stalker.svg?branch=master + :target: https://travis-ci.com/eoyilmaz/stalker :alt: Travis-CI Build Status .. |license| image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg