Skip to content

Commit a74d48f

Browse files
cclaussCloudyPadmal
authored andcommitted
Travis CI add Python 3.7, 3.8 find undefined names (fossasia#112)
1 parent f68fc60 commit a74d48f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: python
22

3-
sudo: true
4-
53
python:
6-
- "3.4"
74
- "3.5"
85
- "3.6"
6+
- "3.7"
7+
- "3.8"
98

109
before_install:
1110
- sudo apt-get -qq update
1211
- sudo mkdir -p /builds
1312
- sudo chmod a+rw /builds
1413

1514
install:
16-
- pip3 install -r requirements.txt
15+
- pip3 install flake8 -r requirements.txt
16+
- flake8 . --select=E9,F63,F7,F82 --show-source --statistics
1717
- sudo env "PATH=$PATH" make clean
1818
- make all
1919
- sudo env "PATH=$PATH" make install

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy