Skip to content

Commit

Permalink
Merge pull request #23 from orenshk/dev
Browse files Browse the repository at this point in the history
skip virtualenv tests in travis until we can figure out a better approach
  • Loading branch information
Oren committed Dec 14, 2017
2 parents f669be0 + b4419c2 commit 06f33b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ install:
- pip install coveralls

script:
- coverage run --source=homebase -m unittest discover
# - coverage run --source=homebase -m unittest discover
- ls

after_success:
- coveralls
Expand Down
1 change: 1 addition & 0 deletions test/test_homebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ def tearDownClass(cls):


@unittest.skipUnless(sys.platform.startswith('linux'), 'TestHomebaseLinuxXDG: Not Linux')
@unittest.skipIf('travis' in os.path.expanduser('~'), 'Skipping travis virtualenv tests for now.')
class TestHomebaseLinuxXDG(TestHomebase):

def setUp(self):
Expand Down

0 comments on commit 06f33b8

Please sign in to comment.