Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 8fe1c48

Browse files
committed
Update tmp dir
1 parent 898100e commit 8fe1c48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: run tests
3030
command: |
3131
. venv/bin/activate
32-
pytest tests --basetemp=C:/Users/Lyetenth/Documents/FSF/flood_lab/tests/temp
32+
pytest tests
3333
3434
- store_artifacts:
3535
path: test-reports

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# First Street Foundation API Access Documentation (Python)
2-
[![CircleCI](https://circleci.com/gh/FirstStreet/firststreet-python.svg?style=svg&circle-token=9f4c22fd34a87690970add09e6454f17764812b4)](https://circleci.com/gh/FirstStreet/firststreet-python)
2+
[![CircleCI](https://img.shields.io/circleci/build/gh/FirstStreet/fsf_api_access_python)](https://circleci.com/gh/FirstStreet/fsf_api_access_python)
3+
![GitHub](https://img.shields.io/github/license/firststreet/fsf_api_access_python)
34

45
The First Street Foundation API Access (Python) is a wrapper used to bulk extract flood data from the First Street Foundation API
56

0 commit comments

Comments
 (0)