-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests and Travis CI #10
Conversation
Add a test suite
…xtension one) in the path
First commit 9ccd2cf can be ignored. It's from a previous attempt and somehow reappeared here. |
Hi, thanks for the merge! |
Many thanks for this - looks like this is now working! |
Hi!
I have written a small test suite with py.test and added the necessary files for enabling Travis CI automated testing. That way any future forks and PRs can check quickly if they are breaking something or not. The main repo should be enabled https://travis-ci.org/, but other than that, it's pretty much pre-configured.
I did this because I am thinking of a deeper PR (current development here ), but that's another discussion :)
Let me know what you think!