Skip to content

Commit

Permalink
Skip defect tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jan 6, 2018
1 parent bee0aed commit 7347d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
mp1487_raw_energy_dict = json.load(fp, cls=MontyDecoder)


PULL_REQ = os.environ.get("CI_PULL_REQUEST", None) or os.environ.get("TRAVIS_PULL_REQUEST", None)
PULL_REQ = os.environ.get("CI_PULL_REQUEST", None) or os.environ.get("TRAVIS", None)

# TODO (from SP): You MUST redo this entire test. The whole test is
# monstrously slow. It takes more than 10 mins to get through this test alone.
Expand Down

0 comments on commit 7347d42

Please sign in to comment.