Travis special requirements for each python version

Viewed 4491

I need unittest2 and importlib for python 2.6 that is not required for other python versions that travis tests against.

Is there a way to tell Travis-CI to have different requirements.txt files for each python version?

2 Answers
Related