Browse Source

Remove menion to travis.

Jelmer Vernooij 2 years ago
parent
commit
4166be1b31
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CONTRIBUTING.rst

+ 2 - 2
CONTRIBUTING.rst

@@ -9,7 +9,7 @@ New functionality and bug fixes should be accompanied by matching unit tests.
 
 Coding style
 ------------
-Where possible, please follow PEP8 with regard to coding style.
+Where possible, please follow PEP8 with regard to coding style. Run flake8.
 
 Furthermore, triple-quotes should always be """, single quotes are ' unless
 using " would result in less escaping within the string.
@@ -26,7 +26,7 @@ will run the tests using unittest.
 ::
    $ make check
 
-Tox configuration is also present as well as a Travis configuration file.
+Tox configuration is also present.
 
 String Types
 ------------