Skip to content

Commit

Permalink
CI: fix Python build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Feb 23, 2020
1 parent 76f17c8 commit b2cf972
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ language: python

python:
- "2.7"
- "3.5"
- "3.6"
- "3.8"
- "3.7"
- "3.6"
- "3.5"

matrix:
fast_finish: true
Expand Down
5 changes: 5 additions & 0 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,13 @@
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
],
Expand Down

0 comments on commit b2cf972

Please sign in to comment.