We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e24aa8 commit 9453018Copy full SHA for 9453018
.testr.conf
@@ -2,7 +2,7 @@
2
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
3
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
4
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
5
- ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./eclclient/tests} $LISTOPT $IDOPTION
+ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./eclcli/tests} $LISTOPT $IDOPTION
6
7
test_id_option=--load-list $IDFILE
8
test_list_option=--list
.travis.yml
@@ -1,8 +1,6 @@
1
language: python
install:
- pip install -e .
-script:
-- python setup.py test
python:
- '2.7'
deploy:
0 commit comments