forked from saulpw/visidata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
27 lines (27 loc) · 757 Bytes
/
config.yml
File metadata and controls
27 lines (27 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 2
workflows:
version: 2
test:
jobs:
- test-3.6
jobs:
test-3.6: &test-template
working_directory: ~/visidata
docker:
- image: circleci/python:3.6
steps:
- checkout
- run: sudo chown -R circleci:circleci /usr/local/bin
- run: sudo chown -R circleci:circleci /usr/local/share
- run: sudo chown -R circleci:circleci /usr/local/lib
- run: sudo chown -R circleci:circleci /usr/local/include/
- run: echo 'export PYTHONPATH=~/visidata:~/visidata/visidata' >> $BASH_ENV
- run: source $BASH_ENV
- run: locale
- run:
name: dependencies
command: |
pip3 install -r requirements.txt
- run:
command: |
dev/test.sh