Skip to content

Commit f74b24d

Browse files
committed
update build files for testing python 2 + python 3
1 parent f916abd commit f74b24d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
# - "3.2"
6-
# - "3.3"
7-
# - "3.4"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "3.6"
89
# command to install dependencies
910
install:
1011
- "pip install -r requirements.txt"

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
#envlist = py27, py34
8-
envlist = py27
9-
#envlist = py34
7+
envlist = py27, py34
108

119
[testenv]
1210
changedir = tests/Exscript
1311
commands = {envpython} ./run_suite.py 1
1412
deps =
13+
future
14+
configparser
1515
paramiko
1616
pycrypto

0 commit comments

Comments
 (0)