aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-01-17 22:23:37 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-01-17 22:23:37 +0100
commitd0c07897dce379bb54310232ee43ea6450e42767 (patch)
treed970aad40c2401c0629438c98e79e210f6b65ff0
parentd2bcd58736986df560165802cfe5dbdd5a93420d (diff)
downloadscreenplain-d0c07897dce379bb54310232ee43ea6450e42767.tar.gz
Remove .travis.yml
Travis is dead, we shouldn’t pretend otherwise.
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2c21347..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: python
-python:
- - "3.5"
- - "3.6"
- - "3.7"
- - "3.8"
-install:
- - pip install -r requirements.txt
-script: bin/test