diff --git a/.travis.yml b/.travis.yml index b5d5c77..3ca3044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: - - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5" diff --git a/readme.md b/readme.md index e9adef2..0ee345c 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,10 @@ Pubs is built with the following principles in mind: - bibliographic data (i.e. pure bibtex information) is kept separated from metadata (including links to pdf or tags), - everything is stored in plain text so it can be manually edited or version controlled. +Pubs is compatible with Python 2.7 and 3.3 and higher. + +**Notice:** pubs is still in early development and cannot be considered as stable. -**Notice:** pubs is still in early development and cannot be considered as stable Getting started