From 453f45c494d21dac7b08b49e81963f7eb4c33e0f Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 12 Oct 2013 14:58:26 -0700 Subject: Travis CI config file. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..acdfee5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" + - "3.2" + - "3.3" +# PyCrypto does not support PyPy yet. +# See https://github.com/dlitz/pycrypto/pull/59 +# - "pypy" +script: python setup.py test -- cgit v1.2.1