Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from Kinto/stricter-requirements
Browse files Browse the repository at this point in the history
Follow pinned versions from requirements file in the CI
  • Loading branch information
glasserc authored Apr 15, 2019
2 parents caec1ab + 05057e3 commit b0312e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ skip_missing_interpreters = True
commands = py.test tests --cov-report term-missing --cov-fail-under 100 --cov kinto_elasticsearch {posargs}
deps =
-rdev-requirements.txt
-rrequirements.txt

[testenv:kinto-master]
commands = py.test tests --cov-report term-missing --cov-fail-under 100 --cov kinto_elasticsearch {posargs}
deps =
-rdev-requirements.txt
-rrequirements.txt
https://github.com/Kinto/kinto/tarball/master

[testenv:flake8]
Expand Down

0 comments on commit b0312e5

Please sign in to comment.