Update testing

This commit is contained in:
Andrew Rabert 2018-12-13 19:03:01 -05:00
parent ad19d64911
commit e64a672050
2 changed files with 8 additions and 9 deletions

View file

@ -2,12 +2,13 @@ language: python
dist: xenial
python:
- 3.7
before_install:
- pip install nose coverage codecov
- pip install -r requires/testing.txt
install:
- pip install -e .
script: nosetests --with-coverage
- pip install -r requires/development.txt
script:
- nosetests --with-coverage
- python setup.py build_sphinx
- python setup.py check
- flake8
after_success:
- codecov
sudo: false

View file

@ -1,10 +1,8 @@
[tox]
envlist = py37
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = True
[testenv]
deps = -r requires/testing.txt
commands = nosetests []
commands = nosetests