File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ deploy:
11
11
user : serverdensity
12
12
skip_cleanup : true
13
13
install :
14
- - pip install -r requirements.txt
14
+ - pip install mock
15
15
language : python
16
16
matrix :
17
17
include :
Original file line number Diff line number Diff line change 16
16
# history = history_file.read()
17
17
18
18
requirements = [
19
- 'jsonschema==2.5.1 ' ,
20
- 'requests==2.9.1 ' ,
21
- 'isodate==0.5.4 ' ,
22
- 'pymongo==3.2 '
19
+ 'jsonschema' ,
20
+ 'requests' ,
21
+ 'isodate' ,
22
+ 'pymongo'
23
23
]
24
24
25
25
test_requirements = [
26
- 'bumpversion==0.5.3 ' ,
27
- 'wheel>=0.24.0 ' ,
28
- 'flake8==2.4.1 ' ,
29
- 'tox==2.1.1 ' ,
30
- 'coverage==4.0 ' ,
31
- 'cryptography==1.0.1 ' ,
32
- 'PyYAML==3.11 ' ,
26
+ 'bumpversion' ,
27
+ 'wheel' ,
28
+ 'flake8' ,
29
+ 'tox' ,
30
+ 'coverage' ,
31
+ 'cryptography' ,
32
+ 'PyYAML' ,
33
33
]
34
34
35
35
setup (
You can’t perform that action at this time.
0 commit comments