From: Alex Morega Date: Wed, 3 Jul 2013 13:19:47 +0000 (+0200) Subject: travis configuration X-Git-Tag: 1.0~138^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba4f47c4b38ee6ce08b1f32a9eb8d46eebf2f09;p=thirdparty%2Fbabel.git travis configuration --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c5cbea92 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python + +python: + - "2.6" + - "2.7" + - "pypy" + - "3.3" + +install: + - pip install pytz + - pip install --editable . + +script: python setup.py test