Released back earlier versions in travis and tox

This commit is contained in:
AuroraTradingTeam
2017-11-08 15:03:35 +00:00
parent 84409c29c3
commit 37748957d4
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -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
+3 -1
View File
@@ -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]