Skip to content

Commit 4637220

Browse files
committed
Tweak Travis test script
1 parent b13d743 commit 4637220

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ python:
66
- "3.6"
77

88
# command to install dependencies
9-
install: "pip install -r requirements.dev.txt"
9+
install:
10+
- "pip install -r requirements.dev.txt"
11+
- "pip install -e ."
1012

1113
# command to run tests
12-
script: pytest --cov=pudb test
14+
script:
15+
- "cd test && pytest --cov=pudb test"
1316

1417
after_success:
1518
- upload_coverage.sh
1619

17-
sudo: false
20+
sudo: false

0 commit comments

Comments
 (0)