Skip to content

Commit

Permalink
Fix Circle CI config (#3)
Browse files Browse the repository at this point in the history
Fix Circle CI config
  • Loading branch information
kazk authored Jul 29, 2019
2 parents 5d41ad0 + 92afd75 commit 0c496b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
jobs:
test:
build:
docker:
- image: ubuntu:18.04
- image: circleci/python:3.7-buster
working_directory: ~/repo
steps:
- checkout
- run:
name: Install Dependencies
command: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gforth python
sudo apt-get install -y --no-install-recommends gforth
- run:
name: Run Tests
command: python test/run-tests.py -v

0 comments on commit 0c496b3

Please # to comment.