Skip to content

Commit

Permalink
Remove tests for earlier Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazboun6 committed Oct 13, 2020
1 parent 9979d43 commit c0acace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
true:
python: 2.7
python: 3.7
repo: Hazboun6/PulsarDataToolbox
tags: true
password:
Expand All @@ -27,8 +27,7 @@ install:
- pip install -r requirements.txt
language: python
python:
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
script: tox
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ python =
3.7: py37
3.6: py36
3.5: py35
3.4: py34
2.7: py27


[testenv:flake8]
basepython=python
Expand Down

0 comments on commit c0acace

Please sign in to comment.