Skip to content

Commit 4939b98

Browse files
authored
Update .travis.yml
1 parent 7690a28 commit 4939b98

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,15 @@ sudo: false
99
python:
1010
- "2.6"
1111
- "2.7"
12-
- "3.2"
13-
- "3.3"
14-
- "3.4"
15-
- "3.5"
16-
- "3.5-dev" # 3.5 development branch
17-
- "3.6"
18-
- "3.6-dev" # 3.6 development branch
19-
- "3.7-dev" # 3.7 development branch
20-
- "nightly"
12+
2113

2214
# command to install dependencies
2315

2416
install:
2517
- pip install -r requirements.txt
18+
2619
# command to run tests
2720

2821

2922
script:
30-
- pytest # or py.test for Python versions 3.5 and below
23+
- py.test # or py.test for Python versions 3.5 and below

0 commit comments

Comments
 (0)