Commit graph

3 commits

Author SHA1 Message Date
Andrew Ekstedt
d828ee9a2e Travis: Install pokedex with pip install -e .
I would explain why, but this commit will eventually be squashed into the other
ones so there's no point.

(Short explanation: without -e, the database location defaults to
$ENV/lib/python2.7/site-packages/pokedex/data/pokedex.sqlite when running the
pokedex command, but when running py.test it defaulted to
./pokedex/data/pokedex.sqlite, which obviously caused problems.)
2015-05-21 19:41:51 -07:00
Andrew Ekstedt
1240bc87f7 Travis: Note that this is a Python project.
Could be important.
2015-05-20 23:52:28 -07:00
Andrew Ekstedt
0b3c1d7976 Add config file for Travis CI. 2015-05-20 23:37:50 -07:00