Skip to content

Commit fa2cf79

Browse files
committed
Merge pull request #19 from jpadilla/supported-versions
Update supported versions
2 parents aabd19a + 5e06416 commit fa2cf79

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: python
22

3+
python:
4+
- "3.5"
5+
36
sudo: false
47

58
env:
69
- TOX_ENV=py27-flake8
7-
- TOX_ENV=py26
810
- TOX_ENV=py27
9-
- TOX_ENV=py32
1011
- TOX_ENV=py33
1112
- TOX_ENV=py34
13+
- TOX_ENV=py35
1214

1315
install:
1416
- pip install tox

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
envlist =
33
py27-flake8,
4-
py26, py27, py32, py33, py34,
4+
py27, py32, py33, py34, py35
55

66
[testenv]
77
commands = python setup.py test
88

99
[testenv:py27-flake8]
10-
deps = flake8==2.2.2
10+
deps = flake8==2.4.0
1111
commands = flake8 dotenv.py --verbose

0 commit comments

Comments
 (0)