Skip to content

Commit 61c4f67

Browse files
committed
Test scripts are added.
1 parent c299f36 commit 61c4f67

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

scripts/test-2.7.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/sh
2+
set -eu
3+
14
mkdir 2.7
25
cd 2.7
36
virtualenv --python=python .

scripts/test-3.4.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/sh
2+
set -eu
3+
14
mkdir 3.4
25
cd 3.4
36
virtualenv --python=python3 .

scripts/test-3.5.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/sh
2+
set -eu
3+
14
mkdir 3.5
25
cd 3.5
36
virtualenv --python=python3 .

0 commit comments

Comments
 (0)