Skip to content

Commit

Permalink
Add multiple python versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 committed Aug 4, 2019
1 parent 1c7d695 commit f8a713b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
language: python
os:
- linux
- osx
sudo: required
dist: xenial
python: "3.7"
python:
- "3.6"
- "3.7"
cache: pip
install:
- pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=['flake8_koles'],
package_data={'flake8_koles': ['data/swear_list/*.dat']},
py_modules=['flake8_koles'],
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=install_requires,
entry_points={
'flake8.extension': [
Expand Down

0 comments on commit f8a713b

Please sign in to comment.