We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951acac commit 9119e53Copy full SHA for 9119e53
.travis.yml
@@ -12,6 +12,7 @@ install:
12
- "pip install 'curtsies<0.2.0' greenlet" # curtsies specific dependencies
13
- "pip install babel" # translation specific dependencies
14
- "pip install sphinx" # documentation specific dependencies
15
+ - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
16
- "python setup.py install"
17
18
script:
0 commit comments