diff options
| author | kxxoling <kxxoling@gmail.com> | 2015-05-02 12:04:42 +0800 |
|---|---|---|
| committer | kxxoling <kxxoling@gmail.com> | 2015-05-02 12:04:42 +0800 |
| commit | 771d5207b31f453dbaca105308ce5d5a6f57bd0a (patch) | |
| tree | 06391bac67be6d92eb3da53c4c74fb1831f90ed7 | |
| parent | fcc8d8a084d65ddaeae7201b80a169180b139503 (diff) | |
| parent | a758d480d57ffdcd6287bfc9cb27ddb79189b724 (diff) | |
| download | python-prettytable-ptable-travis-install.tar.gz | |
Merge branch 'hotfix/travis-install'travis-install
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0525fe7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" + - "3.2" + - "3.3" + - "3.4" + +# command to run tests +script: python test_prettytable.py |
