Skip to content

Commit 9453018

Browse files
author
htysh
committed
🐛 ignored tests
1 parent 5e24aa8 commit 9453018

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.testr.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
33
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
44
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
5-
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./eclclient/tests} $LISTOPT $IDOPTION
5+
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./eclcli/tests} $LISTOPT $IDOPTION
66

77
test_id_option=--load-list $IDFILE
88
test_list_option=--list

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
install:
33
- pip install -e .
4-
script:
5-
- python setup.py test
64
python:
75
- '2.7'
86
deploy:

0 commit comments

Comments
 (0)