Skip to content

Commit

Permalink
Merge pull request #11 from python-hyper/requires-io-master
Browse files Browse the repository at this point in the history
[requires.io] dependency update on master branch
  • Loading branch information
Lukasa committed Mar 21, 2016
2 parents ab8d08a + 3d49f2e commit 3663629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==2.8.5
pytest-cov==2.2.0
pytest-xdist==1.13.1
hypothesis==1.19.0
pytest==2.9.1
pytest-cov==2.2.1
pytest-xdist==1.14
hypothesis==3.1.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ commands= py.test {toxinidir}/test/

[testenv:lint]
basepython=python3.4
deps = flake8==2.5.1
deps = flake8==2.5.4
commands = flake8 --max-complexity 10 src/priority test

0 comments on commit 3663629

Please sign in to comment.