Browse Source

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
pull/1/head
Dave Johnson 7 years ago
committed by Scott Lahteine
parent
commit
419e575808
  1. 2
      .travis.yml

2
.travis.yml

@ -1,3 +1,5 @@
dist: pristine
language: python
python:
- "2.7"

Loading…
Cancel
Save