From bb3d78757d763535673823268d24eabf957f2f43 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 8 Jan 2019 21:11:36 +0100 Subject: [PATCH] Test python 3.7 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index de1c6a139..495fe3726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,9 @@ jobs: - pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ - coveralls name: pytest + python: + - 3.6 + - 3.7 - script: - cp config.json.example config.json - python freqtrade/main.py --datadir freqtrade/tests/testdata backtesting