summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-06 15:43:13 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-06 15:43:13 -0700
commite996d842272411e20da74e61081957eed6aabef1 (patch)
treee0eebc00baafcfe2414aedd7a27d9d90e4f2bd59
parent2ef4cb63560ccba473becfaeb45afef1f7bc780c (diff)
downloadpep8-e996d842272411e20da74e61081957eed6aabef1.tar.gz
Updated developer documentation for testing
This builds upon and closes #533
-rw-r--r--dev-requirements.txt1
-rw-r--r--docs/developer.rst11
-rw-r--r--test-requirements.txt1
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
new file mode 100644
index 0000000..053148f
--- /dev/null
+++ b/dev-requirements.txt
@@ -0,0 +1 @@
+tox
diff --git a/docs/developer.rst b/docs/developer.rst
index bea2a42..7478b41 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -103,12 +103,15 @@ Then be sure to pass the tests::
When contributing to pycodestyle, please observe our `Code of Conduct`_.
-To run the Travis CI tests, you'll have to create a build the pycodestyle package using tox:
+To run the Travis CI tests, you'll have to create a build the pycodestyle
+package using tox::
- $ pip install -r test-requirements.txt
- $ tox
+ $ pip install -r dev-requirements.txt
+ $ tox
-All the tests should pass.
+All the tests should pass for all available interpreters, with the summary of::
+
+ congratulations :)
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html
diff --git a/test-requirements.txt b/test-requirements.txt
deleted file mode 100644
index 5ef8c7b..0000000
--- a/test-requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-tox>=2.3.1 \ No newline at end of file