Skip to content

Commit

Permalink
Try to fix tox for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSC committed Jan 25, 2018
1 parent ef5c328 commit e1b13a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- "3.5"
- "3.6"
install:
- export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR
- pip install -r requirements.txt
- pip install codecov pytest-cov
script:
Expand Down
3 changes: 3 additions & 0 deletions tests/test_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
import random
import time
import unittest
import os

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'..')))

import httplib2
import mock
Expand Down

0 comments on commit e1b13a8

Please sign in to comment.