summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Conrad <alexandre.conrad@gmail.com>2014-05-01 12:12:42 -0700
committerAlexandre Conrad <alexandre.conrad@gmail.com>2014-05-01 12:12:42 -0700
commit33f11ebdcbe4da15449fcaac3ef6e3a7f4839a12 (patch)
tree3a051c1f720665923e844c1ccb02f5a02ca51a8a
parentecd8e2fc9d278b099464e8b835e31146971eaa9b (diff)
downloadtox-33f11ebdcbe4da15449fcaac3ef6e3a7f4839a12.tar.gz
update CHANGELOG and CONTRIBUTORS
-rwxr-xr-xCHANGELOG6
-rw-r--r--CONTRIBUTORS1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e6168cb..99b24c9 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+development
+-----------
+
+- fix issue59: add option "--skip-missing-interpreters" which won't fail the
+ build if Python interpreters listed in tox.ini are missing.
+
1.7.1
---------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 0244c2b..74557f6 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -23,3 +23,4 @@ Matt Good
Mattieu Agopian
Asmund Grammeltwedt
Ionel Maries Cristian
+Alexandre Conrad