dbrattli / OSlash

Functors, Applicatives, And Monads in Python
MIT License
708 stars 50 forks source link

Run tests on Travis. #4

Closed graingert closed 3 years ago

sobolevn commented 5 years ago

I would like to contribute with this one.

I will need two things however:

  1. @dbrattli will need to create and activate a travis repo for this library. https://travis-ci.org I can not do that myself, since I miss the access rights
  2. I will need to use mypy as well, since the typing part is also very important. But, I can not find the proper config for it, see #5

@graingert do you have any other ideas about the CI process?

dbrattli commented 3 years ago

Thanks for the interest and sorry for being absent. Tests are now being run on GitHub Actions.