Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Kupp committed Dec 19, 2019
1 parent 79a5278 commit 9ec135d
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,13 @@
language: python

matrix:
fast_finish: true
include:
- os: linux
dist: bionic
sudo: required
python: 3.7
env: PYVERSION="3"
- os: linux
dist: bionic
sudo: required
python: 3.6
env: PYVERSION="3"
- os: linux
dist: bionic
sudo: required
python: 3.5
env: PYVERSION="3"
- os: linux
dist: bionic
sudo: required
python: 2.7
env: PYVERSION=""
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

install:
- pip${PYVERSION} install --upgrade pip setuptools wheel
- pip${PYVERSION} install coveralls codecov pytest-cov pytest
- pip${PYVERSION} install --only-binary=numpy,scipy scipy
- pip${PYVERSION} install scikit-learn
- pip${PYVERSION} install git+https://github.com/natekupp/ffx
- pip install -r dev-requirements.txt
- pip install setup.py

before_script:
- export PYTHONPATH=$(pwd):$PYTHONPATH;
Expand Down

0 comments on commit 9ec135d

Please sign in to comment.