added coveralls to dev dependancies
Browse files- .travis.yml +1 -1
- Pipfile +0 -1
- Pipfile.lock +1 -2
.travis.yml
CHANGED
@@ -18,7 +18,7 @@ before_install:
|
|
18 |
- sudo apt-get install -y python-pip
|
19 |
- sudo apt-get install -y python-software-properties
|
20 |
- sudo apt-get install -y software-properties-common
|
21 |
-
sudo:
|
22 |
after_success:
|
23 |
coveralls
|
24 |
notifications:
|
|
|
18 |
- sudo apt-get install -y python-pip
|
19 |
- sudo apt-get install -y python-software-properties
|
20 |
- sudo apt-get install -y software-properties-common
|
21 |
+
sudo: false
|
22 |
after_success:
|
23 |
coveralls
|
24 |
notifications:
|
Pipfile
CHANGED
@@ -13,7 +13,6 @@ mock = "*"
|
|
13 |
pytest-mock = "*"
|
14 |
pre-commit = "*"
|
15 |
"enum34" = "*"
|
16 |
-
coverage = "*"
|
17 |
|
18 |
[requires]
|
19 |
python_version = "3.6"
|
|
|
13 |
pytest-mock = "*"
|
14 |
pre-commit = "*"
|
15 |
"enum34" = "*"
|
|
|
16 |
|
17 |
[requires]
|
18 |
python_version = "3.6"
|
Pipfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
-
"sha256": "
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
@@ -101,7 +101,6 @@
|
|
101 |
"sha256:e05cb4d9aad6233d67e0541caa7e511fa4047ed7750ec2510d466e806e0255d6",
|
102 |
"sha256:f3f501f345f24383c0000395b26b726e46758b71393267aeae0bd36f8b3ade80"
|
103 |
],
|
104 |
-
"index": "pypi",
|
105 |
"version": "==4.5.1"
|
106 |
},
|
107 |
"coveralls": {
|
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
+
"sha256": "80455ae8142b03b61e4237997c596fc403f61096db8ca17648f8a01b7e48f0f9"
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
|
|
101 |
"sha256:e05cb4d9aad6233d67e0541caa7e511fa4047ed7750ec2510d466e806e0255d6",
|
102 |
"sha256:f3f501f345f24383c0000395b26b726e46758b71393267aeae0bd36f8b3ade80"
|
103 |
],
|
|
|
104 |
"version": "==4.5.1"
|
105 |
},
|
106 |
"coveralls": {
|