Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Revert "use makefile for install step"
Browse files Browse the repository at this point in the history
This reverts commit a49c03c.
See #40 (comment)
for context; `make` shouldn't touch anything but the current directory.
  • Loading branch information
jyn514 committed Jun 24, 2018
1 parent a49c03c commit 893423c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ addons:
packages:
- tidy

install: true
install:
- pip install -r requirements.txt

cache:
directories:
Expand Down

0 comments on commit 893423c

Please sign in to comment.