fixing travis erm
Browse files- .travis.yml +0 -1
.travis.yml
CHANGED
@@ -10,7 +10,6 @@ python:
|
|
10 |
- "3.6-dev"
|
11 |
before_script: flake8
|
12 |
before_install:
|
13 |
-
- sudo add-apt-repository -y ppa:pypa/ppa
|
14 |
- sudo apt-get install -y software-properties-common
|
15 |
- sudo apt-get install -y python-software-properties
|
16 |
- sudo apt-get install -y pipenv
|
|
|
10 |
- "3.6-dev"
|
11 |
before_script: flake8
|
12 |
before_install:
|
|
|
13 |
- sudo apt-get install -y software-properties-common
|
14 |
- sudo apt-get install -y python-software-properties
|
15 |
- sudo apt-get install -y pipenv
|