Skip to content

Commit

Permalink
chg: test: use setup.py to manage test package instead travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Mar 26, 2017
1 parent 01e0b6c commit a160a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.4"
- "3.5"
before_install:
- pip install pytest pytest-cov pytest-catchlog hypothesis
- python setup.py develop
install: "pip install -r requirements.txt"
addons:
apt:
Expand Down

0 comments on commit a160a6b

Please sign in to comment.