Skip to content

Commit 09962b7

Browse files
committed
fix test command
1 parent 5c193d9 commit 09962b7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@ jobs:
33
build:
44
working_directory: ~/django-multi-form-view
55
docker:
6-
- image: circleci/python:3.6.4
6+
- image: circleci/python:3.6.4-browsers
77
steps:
88
- checkout # checkout source code to working directory
99
- run:
10-
name: Install Python deps in a venv
10+
name: Run Tests
1111
command: |
1212
python3 -m venv venv
1313
. venv/bin/activate
1414
pip3 install --upgrade pip
1515
pip3 install -r requirements.txt
16-
- run:
17-
name: run behave test
18-
command: |
1916
coverage run demo/manage.py behave
2017
codecov

0 commit comments

Comments
 (0)