Eclipse project now.

This commit is contained in:
2017-11-12 17:28:39 +01:00
parent 8ff7321a17
commit 7b17b52e33
13 changed files with 848 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
language: python
matrix:
include:
- python: "2.6"
- python: "2.7"
- python: "2.7.10"
- python: "2.7.11"
allow_failures:
- python: "3.2"
- python: "3.3"
- python: "3.4"
- python: "3.5"
- python: "nightly"
# command to install dependencies
install:
- pip install python-dateutil pytest
# command to run tests
script: py.test -v