aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d9caa36d70e0387b7dbe135a08eafdf0bdbce407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "3.6"

env:
  - CC="gcc"

install:
  - pip install --upgrade pip
  - pip install -r requirements.txt
  - pip install nose

script:
  - python setup.py build_ext --inplace develop nosetests -v