diff --git a/.circleci/config.yml b/.circleci/config.yml index e0f01f44..3883101e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,9 +33,13 @@ jobs: conda info --envs source activate notebooks_env conda info --envs - python ./convert.py + mkdir test-results + python ./convert.py --report test-results/results.xml no_output_timeout: 20m + - store_test_results: + path: test-results + - run: name: Check notebooks command: | diff --git a/environment.yml b/environment.yml index 58c7aa83..e15a23ac 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,6 @@ name: notebooks_env channels: - astropy - - astropy-ci-extras - http://ssb.stsci.edu/astroconda - defaults @@ -26,4 +25,5 @@ dependencies: - pip: - k2flix + - junit_xml - git+https://github.com/eteq/nbpages.git