Add tox configuration and integration with setup.py

Add Travis CI build server configuration

Add badges and Tests section to README

Bump version (development)
This commit is contained in:
Peter Bittner 2016-04-10 19:42:24 +02:00
parent 33ec166c6f
commit dadb8f1ff6
7 changed files with 106 additions and 15 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
install:
- pip install virtualenv
script:
- python setup.py test