Skip to content

Commit

Permalink
adding updated django and python3 to travis. close #28, see #38
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmontgomery committed Nov 18, 2015
1 parent b5e4341 commit 46b0e75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
before_install:
- export PIP_USE_MIRRORS=true
- sudo apt-get update
Expand All @@ -10,6 +12,6 @@ install:
script:
- django-admin.py test redis_metrics --settings=redis_metrics.tests.settings
env:
- DJANGO=1.4.15
- DJANGO=1.6.7
- DJANGO=1.7
- DJANGO=1.4.22
- DJANGO=1.7.10
- DJANGO=1.8.6

0 comments on commit 46b0e75

Please sign in to comment.