Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Merge 3bf751e into 4494819
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Apr 25, 2021
2 parents 4494819 + 3bf751e commit 761763f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
dist: xenial
language: python
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# weatherBot [![GitHub release](https://img.shields.io/github/release/BrianMitchL/weatherBot.svg?maxAge=86400)](https://github.com/BrianMitchL/weatherBot/releases/latest) [![Python Version](https://img.shields.io/badge/python-3.5+-blue.svg)](https://www.python.org) [![Build Status](https://travis-ci.org/BrianMitchL/weatherBot.svg?branch=master)](https://travis-ci.org/BrianMitchL/weatherBot) [![Coverage Status](https://coveralls.io/repos/github/BrianMitchL/weatherBot/badge.svg?branch=master)](https://coveralls.io/github/BrianMitchL/weatherBot?branch=master)
# weatherBot [![GitHub release](https://img.shields.io/github/release/BrianMitchL/weatherBot.svg?maxAge=86400)](https://github.com/BrianMitchL/weatherBot/releases/latest) [![Python Version](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org) [![Build Status](https://travis-ci.org/BrianMitchL/weatherBot.svg?branch=master)](https://travis-ci.org/BrianMitchL/weatherBot) [![Coverage Status](https://coveralls.io/repos/github/BrianMitchL/weatherBot/badge.svg?branch=master)](https://coveralls.io/github/BrianMitchL/weatherBot?branch=master)

A Twitter bot for weather. [Powered by Dark Sky](https://darksky.net/poweredby/).

Expand Down Expand Up @@ -36,7 +36,7 @@ pip3 install -r requirements-dev.txt
```

## Use
weatherBot.py has been built for Python 3 (tested with 3.5 and above). Legacy Python is not supported.
weatherBot.py has been built for Python 3 (tested with 3.6 and above). Legacy Python is not supported.

1. Set your location and other settings in `weatherBot.conf`
2. Set your API keys and secrets as environmental variables (recommended) or in `keys.py`
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
@@ -1,5 +1,5 @@
testfixtures>=6.10.0,<7
invoke>=1.3.0,<2
pylint==2.4.3
yamllint==1.18.0
coverage>=4.5.4,<5
testfixtures>=6.17.1,<7
invoke>=1.5.0,<2
pylint==2.8.0
yamllint==1.26.1
coverage>=5.5,<6
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,4 +1,4 @@
tweepy==3.8.0
tweepy==3.10.0
python-forecastio==1.4.0
pytz>=2019.3
PyYAML==5.1.2
pytz>=2020.4
PyYAML==5.4.1

0 comments on commit 761763f

Please sign in to comment.