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 e96dfd4 commit e67609fCopy full SHA for e67609f
.travis.yml
@@ -14,13 +14,13 @@ addons:
14
- libsuitesparse-dev
15
- ccache
16
- libmpc-dev
17
-before_install: pip install --upgrade pip setuptools six wheel
+before_install: pip install --upgrade --only-binary=numpy numpy pip setuptools six wheel
18
jobs:
19
include:
20
- install: true
21
script: pip install tensorflow
22
- name: Build
23
- install: pip install --only-binary=numpy pytest-cov -r requirements.txt
+ install: pip install pytest-cov -r requirements.txt
24
script:
25
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
26
allow_failures:
0 commit comments