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 4480ffc commit 866d172
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-serialization

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

script: tox

notifications:
Expand Down

0 comments on commit 866d172

Please sign in to comment.