Commit e394f46e authored by FichteFoll's avatar FichteFoll

Implement tests using unittest completely

For some reason `nosetests` doesn't run the generated tests so I changed the build command for travis
parent c20ea112
language: python language: python
python: python:
- "3.3" - "3.3"
#command to run tests #command to run tests
script: nosetests script: python -m unittest
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment