1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +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 language: python
sudo: false sudo: false
python: python:
- "3.5"
- "3.4" - "3.4"
- "3.3" - "3.3"
- "2.7" - "2.7"