= commited on
Commit
b49c344
·
1 Parent(s): e9ddc46

test on multiple py versions.

Browse files
Files changed (2) hide show
  1. .travis.yml +2 -1
  2. tox.ini +3 -2
.travis.yml CHANGED
@@ -7,7 +7,8 @@ python:
7
  - 3.6
8
  - 3.5
9
  - 3.4
10
- - 3.0
 
11
  - 2.7
12
  before_install:
13
  - "pip install -U pip"
 
7
  - 3.6
8
  - 3.5
9
  - 3.4
10
+ - 3
11
+ - 3.1
12
  - 2.7
13
  before_install:
14
  - "pip install -U pip"
tox.ini CHANGED
@@ -1,5 +1,5 @@
1
  [tox]
2
- envlist = py27, py30, py34, py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
@@ -8,7 +8,8 @@ python =
8
  3.6: py36
9
  3.5: py35
10
  3.4: py34
11
- 3.0: py30
 
12
  2.7: py27
13
 
14
 
 
1
  [tox]
2
+ envlist = py27, py3, py31, py34, py35, py36, py37, py38, flake8
3
 
4
  [travis]
5
  python =
 
8
  3.6: py36
9
  3.5: py35
10
  3.4: py34
11
+ 3: py3
12
+ 3.1: py31
13
  2.7: py27
14
 
15