Reverted back to support only version 3.5

This commit is contained in:
AuroraTradingTeam
2017-11-09 10:19:15 +00:00
parent 9ea0fcf496
commit 08e2894b1e
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ test: ## run tests quickly with the default Python
py.test
test-all: ## run tests on every Python version with tox
tox $(PY_VERSION)
tox
coverage: ## check code coverage quickly with the default Python
coverage run --source libcryptomarket -m pytest
+1 -1
View File
@@ -12,7 +12,7 @@ query the data without pain.
## Prerequisite
Python 3.x and pip.
Python 3.5+
## Installation
+1 -3
View File
@@ -1,10 +1,8 @@
[tox]
envlist = py33, py34, py35, flake8
envlist = py35, flake8
[travis]
python =
3.3: py33
3.4: py34
3.5: py35
[testenv:flake8]