Skip to content

Commit

Permalink
Merge pull request #420 from oughtinc/elifland/oug-867-ergo-build-is-…
Browse files Browse the repository at this point in the history
…failing

Remove env-example
  • Loading branch information
uvafan committed Sep 29, 2020
2 parents e174863 + 4acb6b5 commit ebcd588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .env-example

This file was deleted.

12 changes: 5 additions & 7 deletions docs/core_contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,24 @@ Try:
.. _versions: https://github.com/python-poetry/poetry/issues/732

Before submitting a PR
~~~~~~~~~~~~~~~~~~~~~~
----------------------

1. Run ``poetry install`` to make sure you have the latest dependencies
2. Format code using ``make format`` (black, isort)
3. Run linting using ``make lint`` (flake8, mypy, black check)
4. Run tests using ``make test``

* To run the tests in ``test_metaculus.py``, you'll need the password to
our ``oughttest`` account. If you don't have it, you can ask us for it,
or rely on Travis CI to run those tests for you.
* To run the tests in ``test_metaculus.py``, you'll need our secret `.env` file_.
If you don't have it, you can ask us for it, or rely on Travis CI to run those tests for you.

5. Generate docs using ``make docs``, load
``docs/build/html/index.html`` and review the generated docs
6. Or run all of the above using ``make all``

.. _Poetry: https://github.com/python-poetry/poetry
.. _official instructions for connecting to a local runtime: https://research.google.com/colaboratory/local-runtimes.html
.. _file: https://docs.google.com/document/d/1_r_DrCumtO3oKaG2BryyzanexWPiwgtrcx9fxiNBgD4/edit

Conventions
~~~~~~~~~~~
-----------

Import ``numpy`` as follows:

Expand Down

0 comments on commit ebcd588

Please sign in to comment.