Skip to content

Commit a0c13e9

Browse files
committed
Update TravisCI build steps
1 parent 3bfff38 commit a0c13e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7-
install: "make init"
7+
install: "make ci-init"
88
script: "make ci"
99
cache: pip

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ update :
3333
.PHONY : tests
3434
tests: lint toxtest ;
3535

36+
.PHONY : ci-init
37+
ci-init :
38+
pip install pipenv
39+
pipenv install
40+
3641
.PHONY : ci
3742
ci :
3843
pytest -m "not ratelimit"

0 commit comments

Comments
 (0)