Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Add Python 3.5 and 3.6 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Apr 22, 2017
1 parent 8c49272 commit 0a9eaf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python
python:
- 3.3
- 3.4
- 3.5
- 3.6

install: pip install -r requirements.txt
script:
Expand Down
1 change: 1 addition & 0 deletions src/extras/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

def main(cur_obj, link_parts):
"""Perform basic model cleanup procedures.
Actions performed include:
* Remove doubles
* Recalculate normals
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
exclude = Testing/*.py
exclude = Testing/*.py,__init__.py
max-complexity = 10

0 comments on commit 0a9eaf9

Please sign in to comment.