Skip to content

Commit

Permalink
fix logic in all_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Paris Goldman-Smith committed Nov 6, 2018
1 parent 2b9b643 commit fa3385f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
before_install:
- nvm install node
- nvm use node
- gem install sass --version 3.3.4
install:
- pip install .
- pip install coveralls
Expand Down
4 changes: 1 addition & 3 deletions all_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@


BASE_DIR = os.path.abspath(os.path.dirname(__file__))
APPS = ('aimmo/', 'integration_tests/', 'aimmo-game-creator/', 'aimmo-game/', 'aimmo-game-worker/')
#APPS = ('aimmo/', 'integration_tests/')
APPS = ('aimmo/', 'integration_tests/')

def print_help():
print(globals()['__docstring__'])
Expand All @@ -39,7 +38,6 @@ def run_tests(compute_coverage, use_docker=True):
failed_apps = []
if use_docker:
docker_scripts.delete_containers()
APPS = ('aimmo/', 'integration_tests/')
client = docker.from_env()
docker_scripts.build_docker_images(build_target='tester')
print('Docker containers built, running tests now...')
Expand Down

0 comments on commit fa3385f

Please sign in to comment.