Skip to content

Commit 70d1716

Browse files
committed
enable rnd_requirements.txt that is to be used by readthedoc and when all dependent packages are under development
1 parent d89689e commit 70d1716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/travis.yml.jj2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python:
1919
before_install:
2020
{% block custom_install %}
2121
{% endblock%}
22+
- pip install -r rnd_requirements.txt
2223
- pip install -r tests/requirements.txt
2324
script:
2425
make test

0 commit comments

Comments
 (0)