Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Oct 9, 2015
1 parent 4392756 commit 9c8f925
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python: 3.5
env:
# Avoid testing pypy on travis until the following issue is fixed:
# https://github.com/travis-ci/travis-ci/issues/4756
#- TOX_ENV=pypy-trunk
- TOX_ENV=pypy-1.9.X
- TOX_ENV=pypy-1.8.X
- TOX_ENV=pypy-1.7.X
#- TOX_ENV=pypy-1.9.X
#- TOX_ENV=pypy-1.8.X
#- TOX_ENV=pypy-1.7.X
- TOX_ENV=py35-trunk
- TOX_ENV=py35-1.9.X
- TOX_ENV=py34-trunk
Expand Down
2 changes: 2 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

import coverage
import datetime
import optparse
import os
import sys
Expand Down Expand Up @@ -42,6 +43,7 @@

MISFIT_CLIENT_ID='FAKE_ID',
MISFIT_CLIENT_SECRET='FAKE_SECRET',
MISFIT_HISTORIC_TIMEDELTA=datetime.datetime.now() - datetime.datetime(2014, 1, 1),

LOGGING = {
'version': 1,
Expand Down

0 comments on commit 9c8f925

Please sign in to comment.