Skip to content

Commit

Permalink
turning off travis skip test to see if it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 26, 2020
1 parent b4ca8c2 commit f938df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_diffengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def test_fingerprint():
assert _fingerprint("foo’bar") == "foobar"


@pytest.mark.skipif(
os.environ.get("TRAVIS") is not None, reason="this .env test fails on Travis"
)
# @pytest.mark.skipif(
# os.environ.get("TRAVIS") is not None, reason="this .env test fails on Travis"
# )
def test_environment_vars_in_config_file():

# test values
Expand Down

0 comments on commit f938df1

Please sign in to comment.