From: Armin Ronacher Date: Sat, 6 Jul 2013 11:41:17 +0000 (+0200) Subject: pytz is now a dependency X-Git-Tag: 1.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2bb47da8c6e1551dfe7a18a54c90a3a69f49a5;p=thirdparty%2Fbabel.git pytz is now a dependency --- diff --git a/.travis.yml b/.travis.yml index 641c1d60..316cdbe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "pypy" install: - - pip install pytz - pip install --editable . script: make test