We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1f29d commit acfdc1aCopy full SHA for acfdc1a
1 file changed
.travis.yml
@@ -8,24 +8,9 @@ python :
8
9
env:
10
global:
11
- - source env.sh
+ - source: env.sh
12
13
script:
14
- - ls -al
15
- - sh env.sh >> ~/.bash_profile
16
- - echo $PYTHONPATH
17
- - sh env.sh >> ~/.profile
18
19
20
- - cat ~/.bash_profile
21
22
- - source ~/.bash_profile
23
24
- - pwd
25
- - source ~/.profile
26
27
- - pwd; echo $PYTHONPATH
28
- - which python
29
- echo $PYTHONPATH; python unittest/runall.py
30
31
after_success:
0 commit comments