We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f33ec commit 9266f7cCopy full SHA for 9266f7c
.travis.yml
@@ -3,6 +3,7 @@ language: python
3
python:
4
- "2.7"
5
- "3.4"
6
+ - "3.5"
7
# command to install dependencies
8
install:
9
- "pip install -r requirements.txt"
tox.ini
@@ -1,10 +1,10 @@
1
[tox]
2
-envlist = py27, py34
+envlist = py27, py34, py35
[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
nosetests \
10
- []
+ []
0 commit comments