Skip to content

Commit 34c754a

Browse files
committed
fix(travis-ci): install proper packages
1 parent 74afcee commit 34c754a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ python:
1010
- "3.6"
1111

1212
install:
13-
- "pip install ."
14-
- "pip install pytest"
15-
- "pip install coverage coveralls"
13+
- pip install -r requirements.txt
14+
- pip install -r requirements-dev.txt
15+
- make test
1616

1717
script: coverage run setup.py test
1818

0 commit comments

Comments
 (0)