Skip to content

Commit

Permalink
Install a recent enough setuptools to fix builds on older Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 21, 2018
1 parent fb0144a commit fafb09f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
tags: true
repo: asphalt-framework/asphalt-mailer

install: pip install tox
install:
- pip install "setuptools >= 40.1.0"
- pip install tox

script: tox

notifications:
Expand Down

0 comments on commit fafb09f

Please sign in to comment.