Skip to content

Commit

Permalink
Fixed circle testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Innoviox committed Oct 13, 2018
1 parent 1129f7e commit f750724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- image: circleci/python:3.6.4
steps:
- checkout
- run: cd bredon
- run: sudo pip install -r requirements.txt
- run: sudo pip install codecov
- run: python main.py -g TextGame --size 5 --white ai:3
Expand Down

0 comments on commit f750724

Please sign in to comment.