remove some duplicate READMEs from tests

since we don't need every one included in the docs

adds detail to the one that remains
pull/298/head
Min RK 2018-05-07 15:42:44 +02:00
rodzic 69a116a07f
commit 2b2eaa8b69
3 zmienionych plików z 4 dodań i 16 usunięć

Wyświetl plik

@ -3,3 +3,7 @@ System - Specifying runtime environments
You can specify runtime environments (such as Python 2 or 3) with a
``runtime.txt`` file.
You can specify just the major version,
such as `python-2` or `python-3`,
or a minor version, such as `python-3.5`.

Wyświetl plik

@ -1,8 +0,0 @@
System - Specifying runtime environments
----------------------------------------
You can specify runtime environments (such as Python 2 or 3) with a
``runtime.txt`` file.
This is an example that selects Python 3.
If you need this level of control we recommend you use a `environment.yml`.

Wyświetl plik

@ -1,8 +0,0 @@
System - Specifying runtime environments
----------------------------------------
You can specify runtime environments (such as Python 2 or 3) with a
``runtime.txt`` file.
This is an example that selects Python 3.5.
If you need this level of control we recommend you use a `environment.yml`.