Skip to content
Snippets Groups Projects

Python 2/3 compatibility

Closed Maeva Pourpoint requested to merge data2passcal_23 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -76,7 +76,8 @@ Ready to contribute? Here's how to set up `data2passcal` for local development.
5. When you're done making changes, check that your changes pass the
tests::
$ python setup.py test
$ python -m unittest (or python -m unittest tests.test_data2passcal under Python2)
6. Commit your changes and push your branch to GitHub::
$ git add .
@@ -111,4 +112,3 @@ Then run::
$ git push
$ git push --tags
Loading