update readme and fix tox

This commit is contained in:
Prodesire 2017-09-29 21:37:10 +08:00
parent 4644c93e96
commit ba062b5ddf
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
# pylib
[![Build Status](https://travis-ci.org/Prodesire/pylib.svg?branch=master)](https://travis-ci.org/Prodesire/pylib)
[![Coverage Status](https://coveralls.io/repos/github/Prodesire/pylib/badge.svg?branch=master)](https://coveralls.io/github/Prodesire/pylib?branch=master)
Useful utils, data structure for Python 2 and 3.

View File

@ -6,5 +6,5 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
platform=linux
deps=-rrequirements-dev.txt
commands=
coverage run --source=apollo setup.py test
coverage run --source=pylib setup.py test
coveralls