=
commited on
Commit
·
b3fac9f
1
Parent(s):
c810bd6
automated test for all python version
Browse files- .travis.yml +5 -0
- tox.ini +5 -0
.travis.yml
CHANGED
@@ -7,6 +7,11 @@ python:
|
|
7 |
- 3.6
|
8 |
- 3.5
|
9 |
- 3.4
|
|
|
|
|
|
|
|
|
|
|
10 |
before_install:
|
11 |
- "pip install -U pip"
|
12 |
- "python setup.py install"
|
|
|
7 |
- 3.6
|
8 |
- 3.5
|
9 |
- 3.4
|
10 |
+
- 3.3
|
11 |
+
- 3.2
|
12 |
+
- 3.1
|
13 |
+
- 3.0
|
14 |
+
- 2.7
|
15 |
before_install:
|
16 |
- "pip install -U pip"
|
17 |
- "python setup.py install"
|
tox.ini
CHANGED
@@ -8,6 +8,11 @@ python =
|
|
8 |
3.6: py36
|
9 |
3.5: py35
|
10 |
3.4: py34
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
[testenv:flake8]
|
|
|
8 |
3.6: py36
|
9 |
3.5: py35
|
10 |
3.4: py34
|
11 |
+
3.3: py33
|
12 |
+
3.2: py32
|
13 |
+
3.1: py31
|
14 |
+
3.0: py30
|
15 |
+
2.7: py27
|
16 |
|
17 |
|
18 |
[testenv:flake8]
|