Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Issue #105: added a basic Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed May 28, 2018
1 parent 0704f2c commit 4e8d186
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python

python:
- "2.7"
- "3.6"

install:
- pip install -r requirements-cpu.txt
- pip install .

script:
- python -c "import tensorflow as tf; print(tf.__version__)"
- python -c "import niftynet; print(niftynet.__version__)"

0 comments on commit 4e8d186

Please sign in to comment.