Skip to content

Commit b9ba9e8

Browse files
committed
Run full koans suite in travis for answers branch
1 parent 5c4a82a commit b9ba9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
- PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`
1010
- cd python$PYTHON_VER
1111
- python _runner_tests.py
12-
# - python contemplate_koans.py # Run all the koans
12+
- python contemplate_koans.py # Run all the koans
1313
# - python contemplate_koans.py about_asserts about_none # Run a subset of
1414
# # koans
1515
#

0 commit comments

Comments
 (0)