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
Dave Johnson 8 years ago
parent
commit
419e575808
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

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

Loading…
Cancel
Save