=
commited on
Commit
·
a0acaee
1
Parent(s):
d9dec25
updated travis file to fix import
Browse files- .travis.yml +4 -0
.travis.yml
CHANGED
@@ -6,6 +6,10 @@ 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 |
+
-
|
10 |
+
before_install:
|
11 |
+
- "pip install -U pip"
|
12 |
+
- "python setup.py install"
|
13 |
|
14 |
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
15 |
install: pip install -U tox-travis
|