8000 Merge pull request #385 from hugovk/speedup-ci · lugrus2000/html5lib-python@41bd598 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41bd598

Browse files
authored
Merge pull request html5lib#385 from hugovk/speedup-ci
Speed up CI
2 parents 1c249d1 + 0dcbd68 commit 41bd598

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
7-
- "3.6"
83
- "pypy"
4+
- "3.6"
5+
- "3.5"
6+
- "3.4"
7+
- "3.3"
8+
- "2.7"
99

1010
sudo: false
1111

0 commit comments

Comments
 (0)
0