Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 12d3063

Browse files
committed
Merge pull request #957 from bddenhartog/master
fix space between option and argument for pip install
2 parents 28b251f + 8f5cc3f commit 12d3063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
- pip install depends/docker-registry-core/
2020

2121
# Install our tests requirements, and ourselves
22-
- pip install -rrequirements/test.txt
22+
- pip install -r requirements/test.txt
2323
- pip install .
2424

2525
before_script:

0 commit comments

Comments
 (0)