From a53fd344c988d8ad0ec7eeabcaf010c6ccb9c9e9 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 16 Oct 2017 10:45:15 +0200 Subject: [PATCH] Keep tox dependencies in sync with travis config. Refs 1da04fd0af20162fe4e2b503a5fcae8f25267010 and #520. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 812561da..53746582 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py26, py27, pypy, py33, py34, py26-cdecimal, py27-cdecimal deps = pytest cdecimal: m3-cdecimal + freezegun whitelist_externals = make commands = make clean-cldr test -- 2.47.2