Skip to content

Commit

Permalink
Minor changes to the environment file and cleanup (#1203)
Browse files Browse the repository at this point in the history
* Minor changes to the environment file

* Remove old readthedocs files
  • Loading branch information
epassaro authored Jun 27, 2020
1 parent 5a2f995 commit f47075d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions azure-pipelines/simple_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ trigger:
variables:
system.debug: "true"
ref.data.home: "$(Agent.BuildDirectory)/tardis-refdata"

ref.data.github.url: "https://github.com/tardis-sn/tardis-refdata.git"
tardis.build.dir: $(Build.Repository.LocalPath)
codecov.token: "a876d307-9ed5-4f5d-a6c4-e58291ac4111"


jobs:
- job: "Test"
pool:
Expand Down Expand Up @@ -55,7 +53,6 @@ jobs:
- bash: |
source activate tardis
conda install -y pytest-cov
pip install pytest-azurepipelines
pytest tardis --tardis-refdata=$(ref.data.home) --cov=tardis --cov-report=xml --cov-report=html
Expand Down
8 changes: 0 additions & 8 deletions readthedocs.yml

This file was deleted.

8 changes: 2 additions & 6 deletions tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ dependencies:
- scipy=1.1
- pandas=0.24
- astropy=3

- numba=0.43
- numexpr
- Cython=0.29

- compilers

# Plasma
Expand Down Expand Up @@ -57,16 +55,14 @@ dependencies:
- git-lfs
- pytest=5
- pytest-html
- requests
- pytest-cov
- coverage
- requests
- docopt
- pytest-cov
- codecov

- pip:
# Documentation
- sphinxcontrib-tikz

- dokuwiki
- dot2tex
- sphinx-jsonschema
Expand Down

0 comments on commit f47075d

Please sign in to comment.