1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

fixup! Drop Python 3.3 Support

This commit is contained in:
Joseph Frazier 2017-12-20 22:08:24 -05:00
parent 0dc9bc9b89
commit 9fa19989ce
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ build: false
environment:
matrix:
- PYTHON: "C:/Python27"
- PYTHON: "C:/Python33"
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python35"
- PYTHON: "C:/Python36"

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,py35,py36
envlist = py27,py34,py35,py36
[testenv]
deps = -rrequirements.txt