Skip to content

Commit

Permalink
Remove requirements from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beam-jimmy committed Apr 23, 2018
1 parent 325534e commit b00d758
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"
install:
- pip install -r requirements.txt
- pip install braintree coveralls mock mysqlclient
- pip install mysqlclient
env:
- DB=sqlite
- DB=mysql
Expand Down

0 comments on commit b00d758

Please sign in to comment.