Skip to content

Commit

Permalink
Drop broken Travis test for 3.3, add 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-d committed Aug 21, 2019
1 parent 8cff1aa commit 36a2468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,15 +3,14 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"

install:
- pip install -r requirements.txt
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"

script:
- py.test
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -48,10 +48,11 @@
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules'
],
test_suite = 'multipart.tests.suite',
Expand Down

0 comments on commit 36a2468

Please sign in to comment.