Skip to content

Commit 5a48e29

Browse files
authored
Merge pull request #33 from prismicio/sre/build-fix
Try to fix build
2 parents 172b6bb + 5289286 commit 5a48e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- '2.7'
44
- '3.3'
55
- '3.4'
6-
install: pip install .
6+
install: pip install -U setuptools; pip install .
77
script: nosetests
88
sudo: false
99
deploy:

0 commit comments

Comments
 (0)