Skip to content

Commit

Permalink
Merge pull request stephenmcd#14 from ayush--s/master
Browse files Browse the repository at this point in the history
add testing on python 3.7
  • Loading branch information
stephenmcd authored Oct 16, 2018
2 parents d0564d7 + 18e82f0 commit 6b0cf26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python
dist: xenial
python:
- "2.7"
- "3.4"
- "3.6"
- "3.7"
services: redis-server
install: pip install .
script: python setup.py test

0 comments on commit 6b0cf26

Please sign in to comment.