Skip to content

Commit 2c3a87a

Browse files
committed
fix travis
1 parent 2182c56 commit 2c3a87a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ install:
66
- "pip install numpy"
77
- "pip install matplotlib"
88
- "git clone https://github.com/ghliu/pyReedsShepp"
9-
- "sudo python ./pyReedsShepp/setup.py install"
9+
- "cd ./pyReedsShepp"
10+
- "sudo python setup.py install"
1011
script:
1112
- python --version
1213
- python -m unittest discover tests

0 commit comments

Comments
 (0)