From 2ed0b78a7b42db7ce1fd3c6a4176448b387f3cd4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 16 Feb 2016 03:47:35 -0800 Subject: [PATCH] Travis: are you creating _leptonica.py? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fca16268..df1474ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ install: - pip install -r test_requirements.txt script: + - cat ./lib/_leptonica.py - python setup.py clean - python setup.py install - py.test -s tests/test_main.py::test_deskew