Skip to content

Commit

Permalink
Switched to GitHub Actions from Travis and cleaned up dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Dec 5, 2020
1 parent 2cd67b6 commit 99666a6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: test

channels:
- conda-forge

dependencies:
# Base depends
# Base depends
- python
- pip
- configargparse
- py-cpuinfo

# Testing
- coverage
# molsystem requires, and only available via Conda.
- openbabel

# Testing
- codecov
- flake8
- pytest
- pytest-cov
- pytest-runner

# Pip-only installs
# Pip-only installs
- pip:
- seamm_util>=0.9
- seamm>=0.9
- seamm-widgets>=0.9
- seamm

# Testing
# Testing
- yapf
- codecov

0 comments on commit 99666a6

Please sign in to comment.