10000 Merge pull request #52 from adamchainz/travis · fluent/fluent-logger-python@974ea0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 974ea0e

Browse files
committed
Merge pull request #52 from adamchainz/travis
Python 3.5 Support
2 parents 4974723 + 0fa2bd0 commit 974ea0e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
sudo: false
12
language: python
23
python:
34
- "2.6"
45
- "2.7"
56
- "3.2"
67
- "3.3"
78
- "3.4"
9+
- "3.5"
810
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
911
install:
10-
- "pip install --use-mirrors -e ."
12+
- "pip install -e ."
1113
- "pip install 'coverage>=3.7,<3.8' coveralls"
1214
script:
1315
- "python ./setup.py nosetests"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.7.2
3-
envlist = py26, py27, py32, py33, py34
3+
envlist = py26, py27, py32, py33, py34, py35
44
skip_missing_interpreters = True
55

66
[testenv]

0 commit comments

Comments
 (0)
0