From 37748957d4461b3fedbc037290b9800350995079 Mon Sep 17 00:00:00 2001 From: AuroraTradingTeam Date: Wed, 8 Nov 2017 15:03:35 +0000 Subject: [PATCH] Released back earlier versions in travis and tox --- .travis.yml | 2 ++ tox.ini | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64a9859..565f95c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python python: + - 3.3 + - 3.4 - 3.5 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors diff --git a/tox.ini b/tox.ini index 387386a..1e834ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,10 @@ [tox] -envlist = py35, flake8 +envlist = py33, py34, py35, flake8 [travis] python = + 3.3: py33 + 3.4: py34 3.5: py35 [testenv:flake8]