Closed basnijholt closed 7 years ago
This means that the tests do not really mean anything for master.
This line should do the test trick, I think... https://github.com/Anaconda-Platform/nb_conda/blob/master/.travis.yml#L41
Yes, you are completely right, I misread the CI file, I thought it was installing the version from conda-forge
instead of from the repo.
In the
.travis.yml
I find the following:conda install -n nb_conda -c conda-forge --file requirements.txt
This means that the tests do not really mean anything for master.