From 15404fd977e9cf3bbff3e9c08788a8ccbd521aba Mon Sep 17 00:00:00 2001 From: Matthias Voppichler Date: Sat, 7 Apr 2018 19:54:53 +0200 Subject: [PATCH] add pytest-random-order to travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be330dad4..6554f2095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: install: - ./install_ta-lib.sh - export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH -- pip install --upgrade flake8 coveralls +- pip install --upgrade flake8 coveralls pytest-random-order - pip install -r requirements.txt - pip install -e . jobs: @@ -34,4 +34,4 @@ notifications: cache: directories: - $HOME/.cache/pip - - ta-lib \ No newline at end of file + - ta-lib