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?
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?