Skip to content

Commit

Permalink
correct spelling of constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Aug 23, 2017
1 parent ff47628 commit e185836
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
env: TOXENV=py36

install:
- travis_retry pip install -U -c constrains.txt tox coveralls coverage
- travis_retry pip install -U -c constraints.txt tox coveralls coverage

script:
- travis_retry tox
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setenv =
COVERAGE_FILE=.coverage.{envname}

deps =
-cconstrains.txt
-cconstraints.txt
pdbpp
pytest
pytest-cov
Expand All @@ -43,7 +43,7 @@ basepython = python2.7
skip_install = true

deps =
-cconstrains.txt
-cconstraints.txt
coverage

setenv =
Expand All @@ -67,7 +67,7 @@ commands =
skip_install = true

deps =
-cconstrains.txt
-cconstraints.txt
flake8
# helper to generate HTML reports:
flake8-html
Expand Down Expand Up @@ -116,15 +116,15 @@ commands =
# The following line should be enabled if we do have testable code in the docs.
#sphinx-build -b doctest docs build/docs/doctrees
deps =
-cconstrains.txt
-cconstraints.txt
Sphinx

[testenv:release]
skip_install = true
basepython = python2.7

deps =
-cconstrains.txt
-cconstraints.txt
zest.releaser[recommended]

commands =
Expand Down

0 comments on commit e185836

Please sign in to comment.