Skip to content

Commit

Permalink
Run Tests with python 3.5
Browse files Browse the repository at this point in the history
Update tox.ini and .travis.yml to support python 3.5
  • Loading branch information
dims committed Jan 10, 2017
1 parent d7f33ec commit 9266f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
# command to install dependencies
install:
- "pip install -r requirements.txt"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist = py27, py34
envlist = py27, py34, py35

[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

commands=
nosetests \
[]
[]

0 comments on commit 9266f7c

Please sign in to comment.