We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916abd commit f74b24dCopy full SHA for f74b24d
.travis.yml
@@ -2,9 +2,10 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-# - "3.2"
6
-# - "3.3"
7
-# - "3.4"
+ - "3.3"
+ - "3.4"
+ - "3.5"
8
+ - "3.6"
9
# command to install dependencies
10
install:
11
- "pip install -r requirements.txt"
tox.ini
@@ -4,13 +4,13 @@
# and then run "tox" from this directory.
[tox]
-#envlist = py27, py34
-envlist = py27
-#envlist = py34
+envlist = py27, py34
[testenv]
12
changedir = tests/Exscript
13
commands = {envpython} ./run_suite.py 1
14
deps =
+ future
+ configparser
15
paramiko
16
pycrypto
0 commit comments