Andreas Lutro
Andreas Lutro
FAILING TESTS OMG
Hey I'm kinda busy right now, I'll get back to this in 3 weeks or so
Hmmm there are conflicts, could you have a look @x89 ?
> This change should be reverted imo. Done, thanks for letting me know There are conflicts again!
Sorry too busy working and playing overwatch, give me some time!
Your pull requests are literally the worst
What's the point of the .db.empty file? The python sqlite module will create the file if it does not exist. Can you add the pip requirement to requirements.txt?
Weird. Try changing travis.yml so it upgrades pip to a more reasonable version: ``` yaml install: - pip install --upgrade pip - pip install -r requirements_dev.txt ```
I think the problem we're encountering is the reason for this commit https://github.com/joshuaduffy/dota2api/commit/ef5c362c1177db2e89b00670eac6e65e8bd3b1d5 I guess pip doesn't allow us to get an un-tagged/released version from github so we should just...
Get rid of `pip install requests` in travis.yml and relax the version constraint for dota2api. The bug causing Travis to fail is fixed in `1.3.2` - set the version constraint...