diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b496c03..a156448 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty language: python install: - - ./.travis/install.h + - ./.travis/install.sh # python 3 is not fulling passing at this time # so allow failure so the coverage stage can be reached with python 2 |