mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 10:02:16 +08:00
Test Python3.
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
|
||||
sudo: false
|
||||
|
||||
@@ -38,7 +39,7 @@ before_install:
|
||||
-O miniconda.sh; fi
|
||||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
- export PATH=/home/travis/anaconda/bin:/home/travis/miniconda/bin:$PATH
|
||||
- export PATH=/home/travis/anaconda/bin:/home/travis/anaconda3/bin:/home/travis/miniconda/bin:/home/travis/miniconda3/bin:$PATH
|
||||
- conda update --yes conda
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user