Skip to content

Commit acfdc1a

Browse files
committed
test
1 parent ab1f29d commit acfdc1a

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.travis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,9 @@ python :
88

99
env:
1010
global:
11-
- source env.sh
11+
- source: env.sh
1212

1313
script:
14-
- ls -al
15-
- sh env.sh >> ~/.bash_profile
16-
- echo $PYTHONPATH
17-
- sh env.sh >> ~/.profile
18-
- echo $PYTHONPATH
19-
- ls -al
20-
- cat ~/.bash_profile
21-
- echo $PYTHONPATH
22-
- source ~/.bash_profile
23-
- echo $PYTHONPATH
24-
- pwd
25-
- source ~/.profile
26-
- echo $PYTHONPATH
27-
- pwd; echo $PYTHONPATH
28-
- which python
2914
- echo $PYTHONPATH; python unittest/runall.py
3015

3116
after_success:

0 commit comments

Comments
 (0)