Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Attempt #2 at sqlite tests
Browse files Browse the repository at this point in the history
Signed-off-by: Laura <[email protected]>
  • Loading branch information
Fuyukai committed Sep 17, 2017
1 parent 321aff4 commit b9030c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,16 @@ jobs:

working_directory: ~/asyncqlio
steps:
- run:
name: Install git
command: apt update && apt install git -y


- checkout

- run:
name: Run tests via tox
command: |
name: Run tests via tox
command: |
tox -e py36-sqlite3_sqlite3
workflows:
Expand Down

0 comments on commit b9030c0

Please sign in to comment.