From 5e9b99ec7e80169216742822e136a81e5110ba5f Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 24 Mar 2014 19:25:20 -0400 Subject: Add .travis.yml file Just uses the existing tox config as described in . This fixes #299. I took this route rather than @mitya57's suggestion because we get better test coverage with tox's config (more dependencies are installed) and I can't see mirroring that here when we can just reuse it. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a166280 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +env: + - TOXENV=py26 + - TOXENV=py27 + - TOXENV=py32 + - TOXENV=py33 +install: + - pip install tox +script: + - tox -- cgit v1.2.3