Skip to content

Commit

Permalink
new: Add missing test case for NOT on attribute level, update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 25, 2019
1 parent 1a381a0 commit 1ec357c
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ script:
- pipenv run nosetests --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py

after_success:
- codecov
- coveralls
- pipenv run codecov
- pipenv run coveralls
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ nose = "*"
coveralls = "*"
codecov = "*"
requests-mock = "*"
jupyter = "*"
ipython = "*"

[packages]
pymisp = {editable = true,extras = ["fileobjects", "neo", "openioc", "virustotal"],path = "."}
Expand Down
Loading

0 comments on commit 1ec357c

Please sign in to comment.