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 b9e051d commit 62a23e2Copy full SHA for 62a23e2
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
# Enable universe and multiverse
23
# - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
24
# - sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
25
-- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
+- bash <(wget -q -O- https://gist.github.com/oesteban/a0d8972f978339910bf4/raw)
26
- sudo apt-get update
27
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
28
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
0 commit comments