Skip to content

Commit

Permalink
Merge pull request #474 from mback2k/master
Browse files Browse the repository at this point in the history
Follow up to PR #473
  • Loading branch information
Rafiot committed Oct 4, 2019
2 parents 3b90c42 + 76f0ab1 commit a6ecd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions travis/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ if [ ${LEGACY} == true ]; then
pip install .[fileobjects]
else
# We're in python3, installing with pipenv.
pip install pipenv
pipenv update --dev
pip install pipenv
pipenv update --dev
fi
pushd tests
git clone https://github.com/viper-framework/viper-test-files.git
popd
2 changes: 1 addition & 1 deletion travis/test_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ -z ${LEGACY} ]; then
# We're in python3, test all and use pipenv.
pipenv run nosetests-3.4 --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py
else
nosetests --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_mispevent.py
nosetests --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_mispevent.py
fi

0 comments on commit a6ecd52

Please sign in to comment.