Commit 466d04fd authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 2019.7.0

parent 4199165d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
qiime2/_version.py export-subst
q2cli/_version.py export-subst
+0 −2
Original line number Diff line number Diff line
@@ -63,5 +63,3 @@ target/

# vi
.*.swp

.DS_Store
+3 −1
Original line number Diff line number Diff line
@@ -14,10 +14,12 @@ install:
  - wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
  - conda env create -q -n test-env --file qiime2-latest-py36-linux-conda.yml
  - source activate test-env
  - conda install -q nose
  - pip install -q flake8
  - conda install nose
  - pip install -q https://github.com/qiime2/q2lint/archive/master.zip
  - make install
script:
  - make lint
  - make test
  - QIIMETEST= source tab-qiime
  - QIIMETEST= qiime info

CONTRIBUTING.md

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Contributing to QIIME 2
-----------------------

QIIME 2 is an open-source project, and we are very interested in contributions from the community. Please get in touch through the [QIIME 2 Forum](https://forum.qiime2.org) if you'd like to get involved.
+1 −1
Original line number Diff line number Diff line
include versioneer.py
include qiime2/_version.py
include q2cli/_version.py
Loading