Skip to content

Commit

Permalink
TST: Pin attrs and add py54 testenv target
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFavelier committed Mar 13, 2020
1 parent f35da61 commit eb91cdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ deps =
pytest38: pytest>=3.8,<3.9
pytest39: pytest>=3.9,<3.10
pytest310: pytest>=3.10,<3.11
pytest40: pytest>=4.0,<4.1
pytest41: pytest>=4.1,<4.2
pytest42: pytest>=4.2,<4.3
pytest40: pytest>=4.0,<4.1, attrs==19.3.1
pytest41: pytest>=4.1,<4.2, attrs==19.3.1
pytest42: pytest>=4.2,<4.3, attrs==19.3.1
pytest43: pytest>=4.3,<4.4
pytest44: pytest>=4.4,<4.5
pytest45: pytest>=4.5,<4.6
pytest46: pytest>=4.6,<4.7
pytest54: pytest>=5.4,<5.5
termcolor>=1.1.0
supported-xdist: pytest-xdist{env:_TOX_SUGAR_XDIST_VERSION:>=1.14}
unsupported-xdist: pytest-xdist<1.14
Expand Down

0 comments on commit eb91cdc

Please sign in to comment.