We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c299f36 commit 61c4f67Copy full SHA for 61c4f67
scripts/test-2.7.sh
@@ -1,3 +1,6 @@
1
+#!/bin/sh
2
+set -eu
3
+
4
mkdir 2.7
5
cd 2.7
6
virtualenv --python=python .
scripts/test-3.4.sh
mkdir 3.4
cd 3.4
virtualenv --python=python3 .
scripts/test-3.5.sh
mkdir 3.5
cd 3.5
0 commit comments