diff --git a/.travis.yml b/.travis.yml index 999e38f..6a004d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install python-coveralls script: - - coverage run Test/TestLogicGames.py + - coverage run TestLogicGames.py after_success: - coveralls diff --git a/Test/TestLogicGames.py b/TestLogicGames.py similarity index 100% rename from Test/TestLogicGames.py rename to TestLogicGames.py