Force legacy "pristine" build dist for TravisCI
TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail. Reverting to legacy "pristine" dist while we investigate
This commit is contained in:
parent
69704b93f2
commit
419e575808
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
dist: pristine
|
||||
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
Reference in a new issue