Skip to content

Commit

Permalink
Merge pull request #100 from kinow/include-tz-for-running-tests
Browse files Browse the repository at this point in the history
Include TZ for running tests
  • Loading branch information
oliver-sanders authored Oct 4, 2018
2 parents 5a7fe81 + 19bcf39 commit 1f04892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isodatetime/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# Run tests for the ISO 8601 parsing and data model functionality."""
#-----------------------------------------------------------------------------
cd "$(dirname "$0")/../"
python -m isodatetime.tests
TZ=UTC python -m isodatetime.tests

0 comments on commit 1f04892

Please sign in to comment.