anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Tests not working for master #47

Closed basnijholt closed 7 years ago

basnijholt commented 7 years ago

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.

damianavila commented 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

basnijholt commented 7 years ago

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.