summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml1
-rw-r--r--.travis.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2658d96e..0a86c1a7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,3 +1,4 @@
+# UNUSED, only for reference. If windows testing is needed, please add that to github actions
# CI on Windows via appveyor
environment:
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
diff --git a/.travis.yml b/.travis.yml
index 387b4bbe..9cbd94a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+# UNUSED, only for reference. If adjustments are needed, please see github actions
language: python
python:
- "3.4"