=
commited on
Commit
·
ca3f6c2
1
Parent(s):
d1029b0
tests for diff versions
Browse files- .travis.yml +6 -0
.travis.yml
CHANGED
@@ -6,6 +6,12 @@ python:
|
|
6 |
- 3.7
|
7 |
- 3.6
|
8 |
- 3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
11 |
install: pip install -U tox-travis
|
|
|
6 |
- 3.7
|
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 |
|
16 |
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
17 |
install: pip install -U tox-travis
|