| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1659b6d commit d20869f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,17 +13,6 @@ if [[ $RUN == nosetests ]]; then | |||
| 13 | 13 | pip install jedi | |
| 14 | 14 | # translation specific dependencies | |
| 15 | 15 | pip install babel | |
| 16 | - # Python 2.7 specific dependencies | ||
| 17 | - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then | ||
| 18 | - # dependencies for crasher tests | ||
| 19 | - pip install Twisted urwid | ||
| 20 | - fi | ||
| 21 | - case $TRAVIS_PYTHON_VERSION in | ||
| 22 | - 2*|pypy) | ||
| 23 | - # test specific dependencies | ||
| 24 | - pip install mock | ||
| 25 | - ;; | ||
| 26 | - esac | ||
| 27 | 16 | # build and install | |
| 28 | 17 | python setup.py install | |
| 29 | 18 | elif [[ $RUN == build_sphinx ]]; then | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,9 +7,7 @@ python: | |||
| 7 | 7 | - "3.8" | |
| 8 | 8 | - "3.7" | |
| 9 | 9 | - "3.6" | |
| 10 | - - "2.7" | ||
| 11 | 10 | - "nightly" | |
| 12 | - - "pypy" | ||
| 13 | 11 | - "pypy3" | |
| 14 | 12 | ||
| 15 | 13 | env: | |
@@ -19,7 +17,6 @@ env: | |||
| 19 | 17 | matrix: | |
| 20 | 18 | allow_failures: | |
| 21 | 19 | - python: "nightly" | |
| 22 | - - python: "pypy" | ||
| 23 | 20 | - python: "pypy3" | |
| 24 | 21 | ||
| 25 | 22 | install: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments