remove tox

This commit is contained in:
debugtalk
2017-06-20 20:49:04 +08:00
parent 7d663d7447
commit 0cd7cfa72b
2 changed files with 9 additions and 24 deletions

View File

@@ -1,17 +1,12 @@
sudo: false
language: python
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.5
env: TOXENV=py35
- python: 3.4
env: TOXENV=py34
- python: 3.3
env: TOXENV=py33
- python: 2.7
env: TOXENV=py27
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install tox
- pip install -r requirements.txt
script:
- tox
- python -m unittest discover

10
tox.ini
View File

@@ -1,10 +0,0 @@
[tox]
envlist = py27, py33, py34, py35, py36
[testenv]
deps =
requests
termcolor
flask
commands =
python -m unittest discover