Browse Source

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

pull/25/merge
Pēteris Caune 9 years ago
parent
commit
be7feecbe2
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +0
    -1
      requirements.txt

+ 1
- 1
.travis.yml 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


+ 0
- 1
requirements.txt View File

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


Loading…
Cancel
Save