infolab-csail / lispify

Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp.
MIT License
0 stars 0 forks source link

Add missing dependencies to setup.py #7

Closed michaelsilver closed 8 years ago

michaelsilver commented 8 years ago

In #5 our requirements.txt and setup.py dependencies diverged, which resulted in failing WikipediaBase builds. This PR adjusts Travis to detect this issue, and then addresses the issue by adding the missing dependencies.

For more details on the usage of requirements.txt vs. setup.py, see the commit message in 86976a0.

codecov-io commented 8 years ago

Current coverage is 91.66% (diff: 100%)

Merging #7 into master will not change coverage

@@             master         #7   diff @@
==========================================
  Files             2          2          
  Lines           156        156          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            143        143          
  Misses           13         13          
  Partials          0          0          

Powered by Codecov. Last update 0ef5f44...cecb77e

chsamlee commented 8 years ago

LGTM!