Skip to content

Commit dcca55e

Browse files
author
Quazi Nafiul Islam
committed
Fixing issue with circle ci, and updating hashes
1 parent 366bfff commit dcca55e

File tree

4 files changed

+4
-23
lines changed

4 files changed

+4
-23
lines changed

.circle-ci/config.yaml

-12
This file was deleted.

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ jobs:
88
steps:
99
- checkout
1010
- run: pip install --upgrade pipenv
11-
- run: pipenv install --sytem --dev
12-
- tests
11+
- run: pipenv install --sytem
1312
- run: python setup.py test

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ dist
2929

3030
/.tox/
3131
/.eggs/
32+
/.idea/
33+
/.venv/

Pipfile.lock

+1-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)