mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-06 23:14:09 +00:00
removed pypy3 (pyephem does not compile)
This commit is contained in:
parent
195d437f8e
commit
fa5e179c06
2 changed files with 5 additions and 5 deletions
|
|
@ -9,8 +9,7 @@ python:
|
||||||
- "3.6-dev" # 3.6 development branch
|
- "3.6-dev" # 3.6 development branch
|
||||||
- "3.7-dev" # 3.7 development branch
|
- "3.7-dev" # 3.7 development branch
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy"
|
- "pypy" # python 2
|
||||||
- "pypy3"
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
# install dependencies
|
# install dependencies
|
||||||
|
|
@ -22,4 +21,6 @@ install:
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
# build the docs on 2.7 and 3.6 (sphinx requires 2.7 or >=3.4)
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then make html; fi
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then make html; fi
|
||||||
|
|
@ -40,8 +40,7 @@ versions:
|
||||||
* Python 3.4
|
* Python 3.4
|
||||||
* Python 3.5
|
* Python 3.5
|
||||||
* Python 3.6
|
* Python 3.6
|
||||||
* [pypy](https://pypy.org/)
|
* [pypy](https://pypy.org/) (Python 2)
|
||||||
* [pypy3](https://pypy.org/)
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue