Add a tests module for entropy

Added a tests module for unittests, and small modification in tox
ini file that all projects seem to have.

work on blueprint add-unittests

Change-Id: Ibb9e13333c4c0e6463213cfc47d5e17c3ece7e86
This commit is contained in:
Pranesh Pandurangan 2014-07-19 12:25:44 -07:00
parent e2cebf411e
commit 140f513fc8
3 changed files with 1 additions and 0 deletions

View File

0
tests/__init__.py Normal file
View File

View File

@ -1,4 +1,5 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py33,pep8