Skip to content

Commit

Permalink
updated travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairhughes-je committed Jun 15, 2020
1 parent c66d3e6 commit f1b0118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -11,3 +10,7 @@ script:
- nosetests --with-coverage --cover-package=discogs_client
after_success:
- coveralls
matrix:
include:
- python: 3.3
dist: trusty

0 comments on commit f1b0118

Please sign in to comment.