Skip to content

Commit

Permalink
travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent 9372a38 commit f0c66ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

python:
- 3.6

before_install:
- export PYTHONPATH=$HOME/builds/jay-johnson/network-pipeline
- export PIP_USE_MIRRORS=true

install:
- pip install -e .

script:
- python setup.py test

0 comments on commit f0c66ac

Please sign in to comment.