diff --git a/tests/test_environments.py b/tests/test_environments.py
new file mode 100644
index 0000000000000000000000000000000000000000..ae4d5249e143769f41e607ccd477737ef0e440b9
--- /dev/null
+++ b/tests/test_environments.py
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+"""Tests for `flatland` package."""
+
+
+def test_base_environment():
+    """Test example Transition."""
+    a = True
+    b = True
+    assert a == b