Skip to content

Commit

Permalink
Merge pull request #20 from crungehottman/pyrsistent
Browse files Browse the repository at this point in the history
pyrsistent install fails on py2.7
  • Loading branch information
rohanpm committed Feb 3, 2021
2 parents ee15610 + a2aba3c commit 50c7d6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constraints-legacy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Oldest supported versions of major libraries can be added to this
# file. They'll be tested with Python 2.7.
pyrsistent==0.16.1
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ deps=-rtest-requirements.txt
commands=pytest -v {posargs}
whitelist_externals=sh

[testenv:py27]
deps=
-cconstraints-legacy.txt
-rtest-requirements.txt

[testenv:static]
deps=
-rtest-requirements.txt
Expand Down

0 comments on commit 50c7d6e

Please sign in to comment.