diff --git a/.github/workflows/run_system_tests.yaml b/.github/workflows/run_system_tests.yaml
new file mode 100644
index 00000000..9ca38c8c
--- /dev/null
+++ b/.github/workflows/run_system_tests.yaml
@@ -0,0 +1,30 @@
+name: Run SpatialPy System Tests
+
+on:
+ push:
+ branches: [staging, develop]
+
+jobs:
+ run-tests:
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [ ubuntu-latest ]
+
+ steps:
+ - name: Initialize environment
+ uses: actions/checkout@v2
+
+ - name: Install Python
+ uses: actions/setup-python@v2
+ with:
+ python-version: '3.7'
+
+ - name: Install Python dependencies
+ run: |
+ python3 -m pip install --upgrade pip
+ python3 -m pip install -r requirements.txt
+ python3 -m pip install coverage
+
+ - name: Run tests
+ run: coverage run --source=spatialpy test/run_system_tests.py
diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo
index dc4f84da..6c634e76 100644
--- a/docs/build/html/.buildinfo
+++ b/docs/build/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 594471ec9654e1c403c8655ed91ad300
+config: cda440a90b02806b8875d767ce4b3688
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/build/html/.doctrees/classes/spatialpy.core.doctree b/docs/build/html/.doctrees/classes/spatialpy.core.doctree
index dae0065f..8cb7bdee 100644
Binary files a/docs/build/html/.doctrees/classes/spatialpy.core.doctree and b/docs/build/html/.doctrees/classes/spatialpy.core.doctree differ
diff --git a/docs/build/html/.doctrees/classes/spatialpy.solvers.doctree b/docs/build/html/.doctrees/classes/spatialpy.solvers.doctree
index b386d5e5..d2592a4f 100644
Binary files a/docs/build/html/.doctrees/classes/spatialpy.solvers.doctree and b/docs/build/html/.doctrees/classes/spatialpy.solvers.doctree differ
diff --git a/docs/build/html/.doctrees/environment.pickle b/docs/build/html/.doctrees/environment.pickle
index 1aa7eed9..1f69f707 100644
Binary files a/docs/build/html/.doctrees/environment.pickle and b/docs/build/html/.doctrees/environment.pickle differ
diff --git a/docs/build/html/.doctrees/index.doctree b/docs/build/html/.doctrees/index.doctree
index 0a3adb78..1fdc4a36 100644
Binary files a/docs/build/html/.doctrees/index.doctree and b/docs/build/html/.doctrees/index.doctree differ
diff --git a/docs/build/html/_modules/index.html b/docs/build/html/_modules/index.html
index 9c669135..b04b064f 100644
--- a/docs/build/html/_modules/index.html
+++ b/docs/build/html/_modules/index.html
@@ -5,7 +5,7 @@
- Overview: module code — SpatialPy 1.2.1 documentation
+ Overview: module code — SpatialPy 1.2.2 documentation
@@ -127,7 +127,7 @@ All modules for which code is available