Skip to content

Commit

Permalink
rename requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Mar 7, 2018
1 parent 548da55 commit 403fc3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python: 3.5
install:
- pip install -e .
- pip install -r requirements_test.txt
- pip install -r requirements.txt
before_script:
- cp test_config_travis.py /tmp/kuyruk_config.py
script:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get update && \
WORKDIR /kuyruk

# install test requirements
ADD requirements_test.txt .
RUN pip3 install -r requirements_test.txt
ADD requirements.txt .
RUN pip3 install -r requirements.txt

# install project requirements
ADD setup.py MANIFEST.in README.rst ./
Expand Down
File renamed without changes.

0 comments on commit 403fc3e

Please sign in to comment.