1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Merge pull request #374 from mcarton/python3.5

Test on python 3.5
This commit is contained in:
Vladimir Iakovlev 2015-10-03 10:23:41 +08:00
commit 4b3e6a1448

View File

@ -1,6 +1,7 @@
language: python
sudo: false
python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"