mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
updated CI and dependencies
This commit is contained in:
parent
492b281a55
commit
f4e7deaeba
|
|
@ -1,15 +1,17 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.5-dev" # 3.5 development branch
|
- "3.5-dev" # 3.5 development branch
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.6-dev" # 3.6 development branch
|
- "3.6-dev" # 3.6 development branch
|
||||||
|
- "3.7"
|
||||||
- "3.7-dev" # 3.7 development branch
|
- "3.7-dev" # 3.7 development branch
|
||||||
|
- "3.8-dev" # 3.7 development branch
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy" # python 2
|
- "pypy"
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
# install dependencies
|
# install dependencies
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ setup(name='pyhamtools',
|
||||||
packages=['pyhamtools'],
|
packages=['pyhamtools'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pytz>=2019.1",
|
"pytz>=2019.1",
|
||||||
"requests>=2.22.0",
|
"requests>=2.21.0",
|
||||||
"pyephem>=3.7.6.0",
|
"pyephem>=3.7.6.0",
|
||||||
"beautifulsoup4>=4.7.1",
|
"beautifulsoup4>=4.7.1",
|
||||||
"future>=0.17.1",
|
"future>=0.17.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue