We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a7d68 commit 0cd550dCopy full SHA for 0cd550d
.travis.yml
@@ -1,11 +1,15 @@
1
# After changing this file, check it on:
2
# http://lint.travis-ci.org/
3
language: python
4
+sudo: false
5
python:
6
- 3.3
7
- 2.7
8
+cache:
9
+ directories:
10
+ - $HOME/.cache/pip
11
before_install:
12
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
- - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel --use-mirrors nose numpy matplotlib Sphinx
13
+ - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib Sphinx
14
script:
15
- python setup.py test
0 commit comments