mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
24
.travis.yml
24
.travis.yml
@@ -1,19 +1,13 @@
|
|||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .tox
|
||||||
|
- tests/testdata
|
||||||
python:
|
python:
|
||||||
# - "2.6" # 2.6 does not have collections.OrderedDict
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.5-dev" # 3.5 development branch
|
install:
|
||||||
- "3.6"
|
- pip install tox-travis
|
||||||
- "3.6-dev" # 3.6 development branch
|
- sh get_testdata.sh
|
||||||
- "3.7-dev" # 3.7 development branch
|
script: tox
|
||||||
- "nightly" # currently points to 3.7-dev
|
|
||||||
# command to install dependencies
|
|
||||||
install: "pip install -r requirements.txt"
|
|
||||||
install: "pip install nose"
|
|
||||||
install: "sh get_testdata.sh"
|
|
||||||
# command to run tests
|
|
||||||
script: nosetests
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
mkdir -p tests/testdata
|
mkdir -p tests/testdata
|
||||||
cd tests/testdata
|
cd tests/testdata
|
||||||
|
|
||||||
/usr/bin/wget -i - <<END_FILELIST
|
/usr/bin/wget --continue -i - <<END_FILELIST
|
||||||
http://files.figshare.com/1778905/arbin1.res
|
http://files.figshare.com/1778905/arbin1.res
|
||||||
http://files.figshare.com/1778937/bio_logic2.mpt
|
http://files.figshare.com/1778937/bio_logic2.mpt
|
||||||
http://files.figshare.com/1778938/bio_logic5.mpt
|
http://files.figshare.com/1778938/bio_logic5.mpt
|
||||||
|
|||||||
Reference in New Issue
Block a user