move cowrie and twisted to src subdirectory (#825)

This commit is contained in:
Michel Oosterhof 2018-07-21 14:04:44 +04:00 committed by GitHub
parent ec1fb606f3
commit 7756f4d987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
121 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ before_script:
- flake8 . --count --ignore=E3 --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - twistedchecker --pep8=y -d W9001,W9002 cowrie twisted.plugins
# Twistedchecker has some version issues, disable for now
script: PYTHONPATH=${TRAVIS_BUILD_DIR} trial cowrie
script: PYTHONPATH=${TRAVIS_BUILD_DIR}/src trial cowrie
notifications:
email: false
slack:

View File

@ -161,7 +161,7 @@ fi
find_cowrie_directory $0
cd ${COWRIEDIR}
export PYTHONPATH=${PYTHONPATH}:${COWRIEDIR}
export PYTHONPATH=${PYTHONPATH}:${COWRIEDIR}/src
PIDFILE=var/run/cowrie.pid
set -e

Some files were not shown because too many files have changed in this diff Show More