96eda1a5c7
All active distributions should now support at least Python 3.4, so let's clean things up by removing older compatibility code.
10 lines
183 B
YAML
10 lines
183 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
|
|
install:
|
|
- pip install 'setuptools>=18.5,<=39.0.0'
|
|
- pip install -r test-requirements.txt
|
|
|
|
script: python setup.py nosetests --verbosity=3
|