]> git.phdru.name Git - sqlconvert.git/blobdiff - .travis.yml
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 6b5a49e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Config file for automatic testing at travis-ci.org
-
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
-
-# Prefer docker containers
-sudo: required
-
-language: python
-
-python:
-  - "3.6"
-
-cache: pip
-
-env:
-  - TOXENV=py27
-  - TOXENV=py34
-  - TOXENV=py35
-  - TOXENV=py36
-  - TOXENV=py27-sqlite
-  - TOXENV=py34-sqlite
-  - TOXENV=py35-sqlite
-  - TOXENV=py36-sqlite
-  - TOXENV=py27-flake8
-  - TOXENV=py34-flake8
-
-install:
-  - travis_retry pip install tox
-
-script:
-  - tox