Skip to content

Commit

Permalink
Follow pinned versions from requirements file in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Apr 15, 2019
1 parent caec1ab commit 05057e3
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 05057e3

Please sign in to comment.