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

Remove obsolete Nose testing section #289

Merged
merged 1 commit into from Aug 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions README.md
Expand Up @@ -175,7 +175,6 @@ Unit tested, fully functional implementations of the following algorithms:

* [Repo Structure](#repo-structure)
* [Notebook Installation](#notebook-installation)
* [Nose Installation](#nose-installation)
* [Running Challenges](#running-challenges)

### Misc
Expand Down Expand Up @@ -484,22 +483,6 @@ For more details on notebook installation, follow the directions [here](http://i

More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).

### Nose Tests

Install nose using setuptools/distribute:

```
easy_install nose
```

or

```
pip install nose
```

More information on Nose can be found [here](https://nose.readthedocs.org/en/latest/).

## Running Challenges

### Notebooks
Expand Down