Skip to content

Commit

Permalink
fix config dir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaanhessmann committed Sep 4, 2024
1 parent 8a2df1b commit 0ae8a8e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: python

install:
- pip install codecov
- pip install tox

matrix:
include:
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=qa

script:
- tox

branches:
only:
- master
- dev

after_success:
- codecov
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
recursive-include src/schnetpack *.py
recursive-include src/schnetpack *.yaml
global-exclude *.pyc
global-exclude __pycache__

0 comments on commit 0ae8a8e

Please sign in to comment.