Skip to content

Commit

Permalink
* **Update:** Migrated from TravisCI.org to TravisCI.com.
Browse files Browse the repository at this point in the history
* **Update:** Re-enabled concurrent testing in ``.travis.yml``.
  • Loading branch information
eoyilmaz committed Jun 6, 2021
1 parent 0d92f9c commit cb60a74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -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
======
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit cb60a74

Please sign in to comment.