Skip to content

Commit

Permalink
Add python 3.5 to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Oct 10, 2015
1 parent ef06b9e commit faba0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
install:
- pip install -e ".[test]"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def get_version():
'test': [
'pytest>=2.2.3',
'flake8>=2.4.0',
'isort==3.9.6',
'natsort==3.5.6',
'isort>=4.2.2'
],
}

Expand Down

0 comments on commit faba0bb

Please sign in to comment.