summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-05-23 19:20:01 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-05-23 19:20:01 +0200
commitd64d7b5ddbb5d587558d7a0a3c67a8327cb0150f (patch)
tree743c99fd9cc1cf904f0b40f5e7c80a589b671dab
parent21d99c188c567a0650b15987437bc89dba16111c (diff)
downloadpep8-d64d7b5ddbb5d587558d7a0a3c67a8327cb0150f.tar.gz
Entries in CHANGES.txt
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3f6733b..f26242b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,10 @@ Changelog
* Add E271, E272, E273 and E274 for extraneous whitespace around
keywords. (Issue #57)
+* Add ``tox.ini`` configuration file for tests. (Issue #61)
+
+* Add ``.travis.yml`` configuration for continuous integration. (Issue #62)
+
1.0.1 (2012-04-06)
------------------