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
Copy file name to clipboardExpand all lines: docs/source/software_process.rst
+40-20Lines changed: 40 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,20 @@ Software Process
8
8
Continuous Integration
9
9
----------------------
10
10
11
-
PyNWB is tested against Ubuntu, macOS and Windows operating systems.
11
+
PyNWB is tested against Ubuntu, macOS, and Windows operating systems.
12
12
The project has both unit and integration tests.
13
13
14
-
* CircleCI runs all PyNWB tests on Ubuntu
15
-
* Appveyor runs all PyNWB tests on Windows
16
-
* Travis runs all PyNWB tests on macOS
14
+
* CircleCI_ runs all PyNWB tests on Ubuntu
15
+
* `Azure Pipelines`_ runs all PyNWB tests on Windows and macOS
17
16
18
-
Each time a PR is published or updated, the project is built, packaged and tested on all support operating systems and python distributions. That way, as a contributor you know if you introduced regressions or coding style inconsistencies.
17
+
Each time a PR is published or updated, the project is built, packaged, and tested on all supported operating systems
18
+
and python distributions. That way, as a contributor, you know if you introduced regressions or coding style
19
+
inconsistencies.
19
20
20
21
There are badges in the README_ file which shows the current condition of the dev branch.
0 commit comments