Skip to content

Commit f0e163d

Browse files
committed
Use the correct koans folder peas
1 parent 7437834 commit f0e163d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@ python:
77
- 3.3
88

99
script:
10-
- cd python2
11-
- python contemplate_koans.py about_asserts # add further koans here separated by spaces
10+
- PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`
11+
- cd python$PYTHON_VER
1212
- python _runner_tests.py
13+
# - python contemplate_koans.py # Run all the koans
14+
# - python contemplate_koans.py about_asserts about_none # Run a subset of
15+
# # koans
16+
#
17+
# Working through Python Koans in a fork? Want to use Travis CI to show which
18+
# koans you've passed? Then comment out one of the above "contemplate_koans"
19+
# lines above!
20+
#
1321
notifications:
1422
email: false
1523

0 commit comments

Comments
 (0)