We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2182c56 commit 2c3a87aCopy full SHA for 2c3a87a
1 file changed
.travis.yml
@@ -6,7 +6,8 @@ install:
6
- "pip install numpy"
7
- "pip install matplotlib"
8
- "git clone https://github.com/ghliu/pyReedsShepp"
9
- - "sudo python ./pyReedsShepp/setup.py install"
+ - "cd ./pyReedsShepp"
10
+ - "sudo python setup.py install"
11
script:
12
- python --version
13
- python -m unittest discover tests
0 commit comments