Skip to content
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

Set up unit test infrastructure, Travis-CI integration #17

Closed
sfirke opened this issue Feb 18, 2019 · 2 comments
Closed

Set up unit test infrastructure, Travis-CI integration #17

sfirke opened this issue Feb 18, 2019 · 2 comments
Assignees

Comments

@sfirke
Copy link
Member

sfirke commented Feb 18, 2019

Now that we are on GitHub and happily, transparently public, we can use Travis for continuous integration and running tests. For instance, in the issue I just posted #16 , the call is failing for my particular DF but succeeding for a toy example with mtcars. It would be nice to test both cases once we figure out what's going on there.

@sfirke sfirke self-assigned this Feb 18, 2019
@sfirke
Copy link
Member Author

sfirke commented Feb 18, 2019

I see we already have testthat setup, and tests for some functions! I'm setting up Travis CI integration. I don't think codecov is crucial, as long as Travis breaks when any test fails, but it would be a nice-to-have.

Our Travis builds might be slow b/c of all the dependencies this package installs.

@sfirke
Copy link
Member Author

sfirke commented Feb 18, 2019

Travis integration is live! And the build is failing from the beginning, an inauspicious start 😂

https://travis-ci.org/tntp/tntpr

@sfirke sfirke closed this as completed Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant