Skip to content

Commit

Permalink
Test against pip==22.3.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Nov 6, 2022
1 parent 24eae4e commit 244801a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist=
py37-pip{223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931,193,1923,1922,1921,192,1911,191,1903,1902,1901,190,181},
py38-pip{223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931},
py39-pip{223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203},
py310-pip{223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213},
py311-pip{223,2222,2221,222},
py37-pip{2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931,193,1923,1922,1921,192,1911,191,1903,1902,1901,190,181},
py38-pip{2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931},
py39-pip{2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203},
py310-pip{2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213},
py311-pip{2231,223,2222,2221,222},
lint

[testenv]
Expand All @@ -13,6 +13,7 @@ deps=
pretend
pytest
virtualenv>20
pip2231: pip==22.3.1
pip223: pip==22.3
pip2222: pip==22.2.2
pip2221: pip==22.2.1
Expand Down

0 comments on commit 244801a

Please sign in to comment.