From 7169f44d8801709ebf7a5819d05cfd1201d5429b Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 8 Oct 2014 23:12:18 +0200 Subject: [PATCH] Various fixes for test running Fix #1199 --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a1a8a8c..fca32b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: install: - - pip install hg+https://bitbucket.org/hpk42/tox + - pip install tox>=1.8 script: - tox -e \ diff --git a/Makefile b/Makefile index e1835e8c..a04efd6f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: clean-pyc test test: - py.test + py.test tests examples tox-test: tox