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
For code checking several CI systems is used in parallel:
147
145
148
-
1. `Travis CI: <https://travis-ci.org/penguinolog/advanced-descriptors>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
146
+
1. `Travis CI: <https://travis-ci.org/python-useful-helpers/advanced-descriptors>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
149
147
150
-
2. `AppVeyor: <https://ci.appveyor.com/project/penguinolog/advanced-descriptors>`_ is used for checking windows compatibility.
151
-
152
-
3. `coveralls: <https://coveralls.io/github/penguinolog/advanced-descriptors>`_ is used for coverage display.
148
+
2. `coveralls: <https://coveralls.io/github/python-useful-helpers/advanced-descriptors>`_ is used for coverage display.
153
149
154
150
CD system
155
151
=========
156
-
`Travis CI: <https://travis-ci.org/penguinolog/advanced-descriptors>`_ is used for package delivery on PyPI.
152
+
`Travis CI: <https://travis-ci.org/python-useful-helpers/advanced-descriptors>`_ is used for package delivery on PyPI.
0 commit comments