Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Jul 6, 2020
1 parent 7fdb1e9 commit 3b1ac29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
merge_mode: replace
language: python
python:
- "3.6"
Expand All @@ -7,7 +6,8 @@ python:
install:
- pip install --upgrade pip
- pip install numpy jaxlib jax tensorflow tensorflow-datasets --upgrade
- git clone https://github.com/google/neural-tangents
- cd google
- pip install -e neural-tangents
script:
- set -e
- for f in neural-tangents/neural_tangents/tests/*.py; do python $f; done

0 comments on commit 3b1ac29

Please sign in to comment.