Skip to content

Commit

Permalink
Merge 7a39eb5 into 34961e7
Browse files Browse the repository at this point in the history
  • Loading branch information
jimboid committed Sep 27, 2018
2 parents 34961e7 + 7a39eb5 commit 486e141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
# command to install dependencies
before_install:
# Coverage 4.0+ doesn't support Python 3.2
Expand All @@ -20,4 +21,4 @@ script:
- coverage run --source longbow -m py.test
- coverage report -m
after_success:
- coveralls
- coveralls

0 comments on commit 486e141

Please sign in to comment.