Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 7b4bace

Browse files
Debugging prism startup script
1 parent a151852 commit 7b4bace

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
@@ -11,7 +11,7 @@ python:
1111
install:
1212
- python setup.py install
1313
before_script:
14-
- ./test/prism.sh | sh
14+
- ./test/prism.sh
1515
script:
1616
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest
1717
discover; fi

0 commit comments

Comments
 (0)