Skip to content

Commit

Permalink
I guess Python 3.3 isn't on Travis anymore...
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayes committed May 5, 2020
1 parent f993a9a commit 8439562
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,10 @@ language: python

python:
- "3.4"
- "3.3"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
Expand All @@ -16,4 +19,4 @@ script:
coverage run --source ofxstatement setup.py test

after_success:
coveralls
coveralls

0 comments on commit 8439562

Please sign in to comment.