| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2eca243 commit 27ad768
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,10 @@ if [[ $RUN == nosetests ]]; then | |||
| 28 | 28 | # test specific dependencies | |
| 29 | 29 | pip install mock | |
| 30 | 30 | ;; | |
| 31 | + pypy) | ||
| 32 | + # test specific dependencies | ||
| 33 | + pip install mock | ||
| 34 | + ;; | ||
| 31 | 35 | esac | |
| 32 | 36 | # build and install | |
| 33 | 37 | python setup.py install | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,11 +9,19 @@ python: | |||
| 9 | 9 | - "2.7" | |
| 10 | 10 | - "3.3" | |
| 11 | 11 | - "3.4" | |
| 12 | + - "pypy" | ||
| 13 | + - "pypy3" | ||
| 12 | 14 | ||
| 13 | 15 | env: | |
| 14 | 16 | - RUN=nosetests | |
| 15 | 17 | - RUN=build_sphinx | |
| 16 | 18 | ||
| 19 | + matrix: | ||
| 20 | + fast_finish: true | ||
| 21 | + allow_failures: | ||
| 22 | + - python: "pypy" | ||
| 23 | + - python: "pypy3" | ||
| 24 | + | ||
| 17 | 25 | install: | |
| 18 | 26 | - ./.travis.install.sh | |
| 19 | 27 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments