Skip to content

Commit 2b3ad55

Browse files
Refactor from 'asyncqt' to 'qasync'
1 parent f18ff01 commit 2b3ad55

21 files changed

+100
-264
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vscode/
12

23
# Created by https://www.gitignore.io/api/pycharm,python
34
# Edit at https://www.gitignore.io/?templates=pycharm,python

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/qasync.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ install:
1919
- pipenv run pip install PyQt5 PySide2
2020

2121
script:
22-
- pipenv run flake8 asyncqt
23-
- QT_API=PyQt5 pipenv run py.test -v --cov=asyncqt
24-
- QT_API=PySide2 pipenv run py.test -v --cov=asyncqt
22+
- pipenv run flake8 qasync
23+
- QT_API=PyQt5 pipenv run py.test -v --cov=qasync
24+
- QT_API=PySide2 pipenv run py.test -v --cov=qasync
2525

2626
after_success:
2727
- codecov

Pipfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

Pipfile.lock

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)