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 3582ba0 commit 148ba2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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,7 @@ python:
install:
- pip install --upgrade pip
- pip install numpy jaxlib jax tensorflow tensorflow-datasets --upgrade
- git clone https://github.com/google/neural-tangents
- pip install -e neural-tangents
- pip install -e .
script:
- for f in neural-tangents/neural_tangents/tests/*.py; do python $f; done
- set -e
- for f in neural_tangents/tests/*.py; do python $f; done

0 comments on commit 148ba2b

Please sign in to comment.