18F / autoapi

A basic spreadsheet to api engine
Other
42 stars 18 forks source link

Travis Build Failing #98

Closed cs-cordero closed 7 years ago

cs-cordero commented 7 years ago

Hi there, it looks like the Travis build is failing (https://travis-ci.org/18F/autoapi).

It might be related to the chunking tests added in #79.

I'm looking into this.. it seems like it has to do with how the table indices are being created. Instead of (0, 1, 2, ...), the test data is indexed as (0, 2, 4, ...)