Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Remove CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 2, 2020
1 parent 612953a commit a0bdd15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Test with pytest
run: |
pip install coveralls pytest pytest-cov pytest-xdist
# DATA_REPO_GIT="" pytest -cov=FIAT/ test/
DATA_REPO_GIT="" pytest --cov=FIAT/ test/unit/test_bernstein.py
DATA_REPO_GIT="" pytest --cov=FIAT/ test/
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit a0bdd15

Please sign in to comment.