Skip to content

Commit

Permalink
added test report ingestion for new version of nbpages
Browse files Browse the repository at this point in the history
  • Loading branch information
obviousrebel committed May 10, 2019
1 parent a04d47c commit f76191e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: notebooks_env

channels:
- astropy
- astropy-ci-extras
- http://ssb.stsci.edu/astroconda
- defaults

Expand All @@ -26,4 +25,5 @@ dependencies:

- pip:
- k2flix
- junit_xml
- git+https://github.com/eteq/nbpages.git

0 comments on commit f76191e

Please sign in to comment.