I found this template project, during my Dr google sessions, that I thought 
would useful to post here
https://github.com/thearn/simple-cython-example

I also went through the exercise of creating my own temple project to get 
other nice to haves working
https://gitlab.com/logan/cython-template-project

The following is a summary of what I got to work with CI:

   - build: Yes (with and without cython)
   - test: 
      - tox: Yes
      - py.test: Yes
      - doctest: Yes (with a hack)
      - coverage: No
      - coveralls: No
   - deploy: 
      - sphinx docs: Yes
      - sphinx autodoc'ed API: Yes
      - serve Gitlab pages: Yes
      - serve Github pages: No (Was too lazy to try)
   

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/f87ae4ef-363f-421d-9be0-603ac7c971ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to