Skip to content
Snippets Groups Projects
Commit 20a63dea authored by nimrod's avatar nimrod
Browse files

- Test on multiple versions of Python, installation of package.

parent 2e1ee3be
Branches
Tags
No related merge requests found
--- ---
language: python language: python
python: "2.7" python: ["2.7", "3.3", "3.4", "3.5", "3.6"]
dist: trusty dist: trusty
sudo: false sudo: false
group: beta group: beta
...@@ -10,10 +10,12 @@ cache: ...@@ -10,10 +10,12 @@ cache:
- $HOME/.pre-commit - $HOME/.pre-commit
install: install:
- pip install pre-commit - pip install pre-commit docutils
script: script:
- pre-commit run --all-files - pre-commit run --all-files
- python setup.py check -mrs
- pip install ./
notifications: notifications:
email: false email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment