You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Self-documented code: docstrings with types in comments
42
40
* Tested: see bages on top
@@ -314,8 +312,6 @@ CI systems
314
312
==========
315
313
For code checking several CI systems is used in parallel:
316
314
317
-
1. `Travis CI: <https://travis-ci.org/penguinolog/exec-helpers>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
315
+
1. `Travis CI: <https://travis-ci.org/python-useful-helpers/exec-helpers>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
318
316
319
-
2. `AppVeyor: <https://ci.appveyor.com/project/penguinolog/exec-helpers>`_ is used for checking windows compatibility.
320
-
321
-
3. `coveralls: <https://coveralls.io/github/penguinolog/exec-helpers>`_ is used for coverage display.
317
+
2. `coveralls: <https://coveralls.io/github/python-useful-helpers/exec-helpers>`_ is used for coverage display.
0 commit comments