Skip to content

Commit

Permalink
fixed typo installing requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Oct 2, 2017
1 parent bfeb864 commit 1746c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:

before_install:
- which python; python --version
- pip install requirements-test.txt
- pip install -r requirements-test.txt
# Stop the build if it doesn't pass syntax and complexity checks
- flake8 . --count --show-source --max-complexity=8 --statistics

Expand Down

0 comments on commit 1746c72

Please sign in to comment.