This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Put braintree requirement in .travis.yml instead of requirements.txt
pull/25/merge
Pēteris Caune
9 years ago
parent
0eab82c9a3
commit
be7feecbe2
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+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
Write
Preview
Loading…
Cancel
Save