From a68ca31684cfe9c73d95a231239603fdc4f43914 Mon Sep 17 00:00:00 2001 From: Samuel Husso Date: Sun, 17 Dec 2017 12:01:08 +0200 Subject: [PATCH] add smoke test commands under script block --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6438b544..24c5b2a4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,14 @@ install: jobs: include: - stage: test - - pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ + script: + - pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ - stage: hyperopt - - python freqtrade/main.py hyperopt -e 5 + script: + - python freqtrade/main.py hyperopt -e 5 - stage: backtesting - - python freqtrade/main.py backtesting + script: + - python freqtrade/main.py backtesting after_success: - flake8 freqtrade && coveralls notifications: