Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Commit 34812cf

Browse files
committed
Pin deps so tests pass
1 parent 983428e commit 34812cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ envlist = py27,pypy,py35,style,readme
33

44
[testenv]
55
deps =
6-
pytest
6+
pytest < 3.3
77
coverage
8+
attrs < 17.1.0
9+
sqlalchemy < 1.1
810
commands =
911
coverage run -m pytest []
1012
coverage report

0 commit comments

Comments
 (0)