From 7bf28d71dba2f817dbb1cf848e0e91a7498ec630 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 16 Dec 2014 11:30:40 +0100 Subject: [PATCH] For some reason these changes didn't make it through. --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fef0a43..c629c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,13 @@ language: python +python: "2.7" -script: - - ./setup.py test +env: + - TOX_ENV=py27 install: - - pip install --upgrade setuptools \ No newline at end of file + - pip install -U tox + - sudo apt-get install libffi-dev libsasl2-dev + +script: + - tox -e $TOX_ENV +