Skip to content

Commit 1c7691b

Browse files
author
Michael Davis
committed
add enum34 dependency to tox
1 parent c34b8eb commit 1c7691b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
# Travis infra requires pinning dist:precise, at least as of 2017-09-01
33
# detail: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
4-
dist: precise
4+
dist: trusty
55
language: python
66
python:
77
- "2.6"
@@ -12,7 +12,7 @@ python:
1212
- "3.6"
1313
- "pypy-5.3.1"
1414
install:
15-
- pip install -U tox codecov tox-travis
15+
- pip install -U setuptools && pip install -U tox codecov tox-travis
1616
script:
1717
- tox
1818
after_success:

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{26,27,33,34,py}
2+
envlist = py{27,33,34,35,36,37,py,pypy}
33

44
[testenv]
55
commands =
@@ -12,4 +12,5 @@ deps =
1212
pytest-cov
1313
pytest-runner
1414
cryptography
15-
15+
enum34
16+
six

0 commit comments

Comments
 (0)