Skip to content

Commit 006dbb8

Browse files
committed
refactor(travis-ci): Use new build-depends Makefile target
1 parent 68281b6 commit 006dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "2.6"
44
- "3.2"
55
before_install:
6-
- pip install --user -r ./build/build-requirements.txt
6+
- make build-depends
77
script:
88
- make test
99
- make setup

0 commit comments

Comments
 (0)