Put braintree requirement in .travis.yml instead of requirements.txt

This commit is contained in:
Pēteris Caune 2016-01-02 18:07:54 +02:00
parent 0eab82c9a3
commit be7feecbe2
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls mock mysqlclient
- pip install braintree coveralls mock mysqlclient
env:
- DB=sqlite
- DB=mysql

View File

@ -1,4 +1,3 @@
braintree
django-appconf==1.0.1
django-ses-backend==0.1.1
Django==1.9