Remove traces of Travis CI from Tiingo documentation/contributing guidelines

This commit is contained in:
Cameron Yick
2020-12-12 19:54:31 -05:00
parent 8a959a6e97
commit 8a62acc549
5 changed files with 2 additions and 37 deletions

View File

@@ -101,10 +101,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
https://travis-ci.org/hydrosquall/tiingo-python/pull_requests
and make sure that the tests pass for all supported Python versions.
3. The pull request should work for Python 2.7, 3.6, and 3.7. These will be checked for you when you open your PR via Github Action checks.
Release Procedure
-----------------------