Skip to content

Commit

Permalink
Disable 3.4 builds
Browse files Browse the repository at this point in the history
Too slow on Travis and not being tested on any machines currently used.
  • Loading branch information
rgieseke committed May 29, 2018
1 parent 883eed3 commit 3fda292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: trusty
sudo: required
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
before_install:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def run_tests(self):
"Intended Audience :: Developers",
"Operating System :: OS Independent",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
Expand Down

0 comments on commit 3fda292

Please sign in to comment.