Skip to content
Snippets Groups Projects
Commit 2676213a authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Simplify Travis setup

parent 8313f32e
No related branches found
No related tags found
No related merge requests found
# http://about.travis-ci.org/docs/user/languages/python/ # http://about.travis-ci.org/docs/user/languages/python/
dist: xenial
sudo: false
language: python language: python
python:
matrix: - 2.7
include: - 3.4
- python: 2.7 - 3.5
- python: 3.4 - 3.6
- python: 3.5 - 3.7
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
# Per https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-426312699
install: install:
- python setup.py install - python setup.py install
- pip install coveralls - pip install coveralls flake8
- pip install flake8
script: script:
- python setup.py test - python setup.py test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment