Skip to content

Commit

Permalink
OK, 3.7 fails due to watchdog. Stick with 3.6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelsing committed Oct 2, 2019
1 parent a96a260 commit 12330df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "3.6"
- "3.7"
# - "3.7" (fails due to watchdog; skip for now)

install:
# Setup anaconda. See http://conda.pydata.org/docs/travis.html
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def tomo(f, q1: qreg, q2: qreg):
* Install `git` and `buildessentials` packages
* `git-lfs` is now required: See https://git-lfs.github.com/
* Download it & unpack and run `install.sh`
* Install python 3.6+; easiest done using [Anaconda](https://www.anaconda.com/distribution/#download-section)
* Install python 3.6; easiest done using [Anaconda](https://www.anaconda.com/distribution/#download-section)
* See below for sample installation given an Anaconda install
* You will need python 3 compatible atom (either atom 1.0.0-dev or ecpy channel atom 0.4)
* Install QGL: (https://github.com/BBN-Q/QGL)
Expand Down Expand Up @@ -141,7 +141,7 @@ config:

### Dependencies
* Working [https://github.com/BBN-Q/QGL] installation (including `networkx`, `numpy`, `scipy`, `bqplot`, `sqlalchemy`)
* Python 3.6+
* Python 3.6
* watchdog and meta
* PYTHONPATH includes `<QGL2 install directory>/src/python`

Expand Down

0 comments on commit 12330df

Please sign in to comment.