See if I can get pipfile working in ci and updated deps

This commit is contained in:
L1ghtn1ng 2019-10-19 01:28:20 +01:00
parent 8edee4011f
commit 787c7f0591
5 changed files with 9 additions and 5 deletions

View file

@ -25,7 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pipenv
pipenv install --dev
- name: Run theHarvester module baidu
run: |

View file

@ -10,7 +10,8 @@ matrix:
# - python: '3.9-dev'
# env: TEST_SUITE=suite_3_9_dev
before_install:
- pip install -r requirements.txt
- pip install pipenv
- pipenv install --dev
install:
- python setup.py test
script:

View file

@ -19,7 +19,8 @@ texttable = "==1.6.2"
[dev-packages]
flake8 = "==3.7.8"
mypy = "==0.740"
mypy-extensions = "==0.4.3"
pytest = "==5.2.1"
[requires]
python_version = "3.7"
python_version = "3.7"

3
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "6bc273f6bcad639d635a1a22bd435189e890decbfb6ac0a397d3c059f569c8cd"
"sha256": "aba0eed4569a97b9ed31293d4dceaa37e9dfbba1771e29a5b848b1dde4f3fed0"
},
"pipfile-spec": 6,
"requires": {
@ -375,6 +375,7 @@
"sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d",
"sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
],
"index": "pypi",
"version": "==0.4.3"
},
"packaging": {

View file

@ -5,7 +5,7 @@ flake8==3.7.8
grequests==0.4.0
mypy==0.740
netaddr==0.7.19
plotly==4.2.0
plotly==4.2.1
pytest==5.2.0
PyYaml==5.1.2
requests==2.22.0