| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dc5e87f commit 404e5c7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,15 +20,12 @@ if [[ $RUN == nosetests ]]; then | |||
| 20 | 20 | # Python 2.6 specific dependencies | |
| 21 | 21 | if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then | |
| 22 | 22 | pip install unittest2 | |
| 23 | + elif [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then | ||
| 24 | + # dependencies for crasher tests | ||
| 25 | + pip install Twisted urwid | ||
| 23 | 26 | fi | |
| 24 | 27 | case $TRAVIS_PYTHON_VERSION in | |
| 25 | - 2*) | ||
| 26 | - # dependencies for crasher tests | ||
| 27 | - pip install Twisted urwid | ||
| 28 | - # test specific dependencies | ||
| 29 | - pip install mock | ||
| 30 | - ;; | ||
| 31 | - pypy) | ||
| 28 | + 2*|pypy) | ||
| 32 | 29 | # test specific dependencies | |
| 33 | 30 | pip install mock | |
| 34 | 31 | ;; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments