incuna / incuna-test-utils

TestCases and other helpers for testing Django apps.
BSD 2-Clause "Simplified" License
7 stars 7 forks source link

Get tests running using Pipenv #69

Closed LilyFoote closed 5 years ago

LilyFoote commented 6 years ago

I'm not sure how best to integrate Pipenv with travis, or if there's a better option. I'd like to get away from using requirements.txt if possible, but I want to continue testing two Django versions. 1.8 and 1.11 first, and then 1.11 and the latest 2.x.

meshy commented 6 years ago

Oops, I did some of the review for this one on the other PR. I didn't realise they were ordered.

LilyFoote commented 5 years ago

Pipenv isn't really ideal for libraries.