summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-12-07 08:23:33 -0800
committerGitHub <noreply@github.com>2020-12-07 08:23:33 -0800
commitb4fb35594483da628042b93644464509b5ceba11 (patch)
tree06fe91c9021b9184784d575243e93db92fe5b4e0
parent78beeb7d6f0a760f90a8592d9533042363a82810 (diff)
downloadpycparser-b4fb35594483da628042b93644464509b5ceba11.tar.gz
Delete Travis configuration (#399)
The project now uses GitHub actions and Travis does not run.
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d71276e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-language: python
-python:
- - "2.7"
- - "3.6"
- - "3.7"
- - "3.8"
-script: python tests/all_tests.py