We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e70dd commit 32cf373Copy full SHA for 32cf373
.travis.yml
@@ -7,8 +7,8 @@ python:
7
8
before_install:
9
- sudo apt-get update -qq
10
- - git clone --branch=master --depth=100 --quiet git://github.com/mandli/intro-numerical-methods
11
- - git checkout master
+ # - git clone --branch=master --depth=100 --quiet git://github.com/mandli/intro-numerical-methods
+ # - git checkout master
12
13
install:
14
- pip install -U pip setuptools # Travis breaks without this
0 commit comments