summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2019-11-24 17:24:58 -0600
committerDavid Beazley <dave@dabeaz.com>2019-11-24 17:24:58 -0600
commitf45aa4e7aadfedbb48142cd8bab18c7cf6622d2e (patch)
treed783f763096253439754522093eb5fded0fa73da
parent19814eb2b0cdd44a83102a882f88e0e003126427 (diff)
downloadply-f45aa4e7aadfedbb48142cd8bab18c7cf6622d2e.tar.gz
Cleanup
-rw-r--r--.travis.yml10
-rw-r--r--CONTRIBUTING.md13
-rw-r--r--README.md2
3 files changed, 6 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b33e49b..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: python
-python:
- - "2.6"
- - "2.7"
- - "3.3"
- - "3.4"
- - "3.5"
- - "3.6"
-install: true
-script: "cd test && python testlex.py && python testyacc.py"
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6da57c4..5357826 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,16 +1,15 @@
Contributing to PLY
===================
-PLY is a mature project that no longer makes releases. New features
-are no longer being added to it. However, if you feel that you have
-found a bug in PLY or its documentation, please submit an issue or a
-pull request.
+PLY is a mature project. However, if you feel that you have found a
+bug in PLY or its documentation, please submit an issue in the form
+of a bug report.
Important note: The Github repo for PLY always contains the most
-up-to-date version of the software. If you want to use the current
+up-to-date version of the software. If you want to use the current
version, you should COPY the contents of the `ply/` directory into
-your own project and use it. There will be no future package-installable
-releases of PLY.
+your own project and use it. PLY is not maintained in as a package
+installer.
diff --git a/README.md b/README.md
index f640487..e200232 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# PLY (Python Lex-Yacc)
-[![Build Status](https://travis-ci.org/dabeaz/ply.svg?branch=master)](https://travis-ci.org/dabeaz/ply)
-
Copyright (C) 2001-2019
David M. Beazley (Dabeaz LLC)
All rights reserved.