From 617022143a498d7487e3dce8ab79781f1fee3fb6 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 04:25:03 +0530 Subject: [PATCH] Use tox in circleci, version no might not be identified --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 309142e..a148a9e 100644 --- a/circle.yml +++ b/circle.yml @@ -6,10 +6,9 @@ dependencies: pre: - sudo apt-get install redis-server override: - - pip install --upgrade setuptools - pip install --upgrade -r requirements.txt - - pip install -e . + - pip install tox test: override: - - py.test -v + - tox