Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 36187ab

Browse files
author
Olivier Gambier
committed
Enforce testing core as well on travis
Docker-DCO-1.1-Signed-off-by: Olivier Gambier <[email protected]> (github: dmp42)
1 parent 45c4b41 commit 36187ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ install:
1616
- pip install -rrequirements/test.txt
1717
- pip install .
1818

19-
# XXX should run the core tests as well
20-
script: SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml flake8 . && SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml python setup.py nosetests
19+
script: SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml flake8 . && \
20+
SETTINGS_FLAVOR=test DOCKER_REGISTRY_CONFIG=config_sample.yml python setup.py nosetests && \
21+
cd depends/docker-registry-core && python setup.py nosetests
2122

2223
before_install:
2324
- sudo apt-get update

0 commit comments

Comments
 (0)