Skip to content

Commit

Permalink
More fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Nov 27, 2018
1 parent f642acc commit 82b1846
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,18 @@ jobs:
name: dependencies
command: |
apt-get update
apt-get install -y build-essential python3-pip
cd python/
pip3 install -e requirements.txt
apt-get install -y build-essential python3-pip python3-pytest
cd python/ && pip3 install -e requirements.txt
- run:
name: build
command: |
cd python/
python3 setup.py develop
cd python/ && python3 setup.py develop
- run:
name: test
command: |
pytest text_vectorize
cd python && pytest text_vectorize
lint:
working_directory: ~/repo
Expand Down

0 comments on commit 82b1846

Please sign in to comment.