Removed unreachable and unused/dead code #1152

Closed
venkateshpitta wants to merge 6 commits from master into master
Showing only changes of commit 8e189d0c4c - Show all commits

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
virtualenv:
system_site_packages: false # default, just making explicit
python:
- "2.6"
PeterSurda commented 2018-03-24 09:47:46 +01:00 (Migrated from github.com)
Review

Doesn't work on 2.6, needs at least 2.7.2 (possible 2.7.6 even).

Doesn't work on 2.6, needs at least 2.7.2 (possible 2.7.6 even).
- "2.7"
install:
pip install -r requirements.txt
# script:
# pytest