Skip to content

Commit 624a683

Browse files
committed
Update CI to run relocated tests
1 parent 34b7704 commit 624a683

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ install:
3737
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
3838
- python setup.py install
3939

40-
before_script:
41-
- cd tests
42-
4340
script:
44-
- py.test
41+
- python qtpy/tests/runtests.py
42+
43+
after_success:
44+
- coveralls
45+

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ install:
3535
build: false
3636

3737
test_script:
38-
- "%CMD_IN_ENV% py.test"
38+
- "%CMD_IN_ENV% python qtpy/tests/runtests.py"
3939

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ test:
2929
override:
3030
- conda info --json: # note the colon
3131
parallel: true
32-
- "$PYTEST tests/": # note the colon
32+
- "$PYTHON_TEST qtpy/tests/runtests.py": # note the colon
3333
parallel: true

0 commit comments

Comments
 (0)