Still debugging
This commit is contained in:
parent
52bfde8ab0
commit
88023e6a8d
|
@ -20,7 +20,6 @@ before_install:
|
|||
- sudo apt-get install xvfb
|
||||
|
||||
install:
|
||||
- docker run -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
||||
- pip install selenium PyVirtualDisplay sauceclient
|
||||
|
||||
#before_script:
|
||||
|
@ -29,5 +28,8 @@ install:
|
|||
# - sleep 4 # give xvfb some time to start
|
||||
|
||||
script:
|
||||
- docker ps -a
|
||||
- docker run -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
||||
- docker ps -a
|
||||
- python $TRAVIS_BUILD_DIR/tests/console/PAN1.py
|
||||
- docker ps -a
|
||||
|
|
Loading…
Reference in New Issue