Skip to content

Commit

Permalink
Merge pull request #33 from prismicio/sre/build-fix
Browse files Browse the repository at this point in the history
Try to fix build
  • Loading branch information
srenault authored Oct 12, 2017
2 parents 172b6bb + 5289286 commit 5a48e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- '2.7'
- '3.3'
- '3.4'
install: pip install .
install: pip install -U setuptools; pip install .
script: nosetests
sudo: false
deploy:
Expand Down

0 comments on commit 5a48e29

Please sign in to comment.