Skip to content

Commit e3ff1ce

Browse files
committed
s/--constraints=/--constraint=/g
1 parent 0cdc7cb commit e3ff1ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-checks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python packages required to run `make check'.
22

33
# Enable Python version compatibility.
4-
--constraints=constraints.txt
4+
--constraint=constraints.txt
55

66
flake8 >= 2.6.0
77
flake8-docstrings >= 0.2.8

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python packages required to run `make test'.
22

33
# Enable Python version compatibility.
4-
--constraints=constraints.txt
4+
--constraint=constraints.txt
55

66
pytest >= 3.0.7
77
pytest-cov >= 2.2.1

requirements-travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python packages required on Travis CI.
22

33
# Enable Python version compatibility.
4-
--constraints=constraints.txt
4+
--constraint=constraints.txt
55

66
# Pull in the requirements for code style checks,
77
# the test suite and installation requirements.

0 commit comments

Comments
 (0)