Skip to content

Commit fe26dfd

Browse files
author
Sylvain MARIE
committed
fixed requirements for python 2 build on travis
1 parent 3c0d493 commit fe26dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci_tools/requirements-pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ decopatch
1010
# --- to run the tests
1111
pytest>=4.3.0 # for ignore-glob
1212
pytest-logging # ==2015.11.4
13-
# only on python 3+ :
13+
# only on python 3+ so no need to pre-install:
1414
# enforce
1515
# pytypes
1616
# checktypes
1717
mini_lambda
18-
# autoclass
18+
autoclass
1919
attrs
2020
numpy
2121
pytest-cases

0 commit comments

Comments
 (0)