Skip to content

Commit

Permalink
install sqlite3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsucker committed Feb 5, 2019
1 parent 6884c46 commit 95f6b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- checkout

- run: apt-get install -y sqlite3

- run:
name: Install requirements and run tests
command: |
Expand Down

0 comments on commit 95f6b33

Please sign in to comment.