Skip to content

Commit d7c56be

Browse files
committed
Fix Windows testing on Travis
1 parent fc2b02a commit d7c56be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,12 @@ script:
9797
set -Eeuo pipefail
9898
set -x
9999
docker build -t "$image" .
100-
~/official-images/test/run.sh "$image"
100+
if [ "$TRAVIS_OS_NAME" = 'windows' ]; then
101+
# TODO make the tests run successfully on Windows too!
102+
docker run --rm "$image" python --version
103+
else
104+
~/official-images/test/run.sh "$image"
105+
fi
101106
)
102107
103108
after_script:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy