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

test-requirements.txt: Renaming file to requirements.txt #80

Merged
merged 1 commit into from
May 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- 2.7
- 3.3
install:
- pip install -q -r test-requirements.txt --use-wheel
- pip install -q -r requirements.txt --use-wheel
- pip install -q coverage coveralls --use-wheel
script: coverage run --source pypuppetdb -m py.test --pep8
after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you wish to hack on it clone the repository but after that run:

.. code-block:: bash

$ pip install -r test-requirements.txt
$ pip install -r requirements.txt

This will install all the runtime requirements of pypuppetdb and the
dependencies for the test suite and generation of documentation.
Expand Down
File renamed without changes.